| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/websh/files/ |
Upload File : |
--- ../generic/macros.h 2007-03-19 13:18:37.000000000 -0400 +++ ../generic/macros.h 2013-08-03 17:39:59.000000000 -0400 @@ -29,8 +29,4 @@ #endif -#ifndef WIN32 -#define __declspec(dllexport) -#endif - #include "log.h" --- ../generic/mod_websh.c 2009-06-12 09:37:16.000000000 -0400 +++ ../generic/mod_websh.c 2013-08-03 17:46:06.000000000 -0400 @@ -81,8 +81,8 @@ #ifndef APACHE2 -module MODULE_VAR_EXPORT websh_module; +DLLEXPORT module MODULE_VAR_EXPORT websh_module; #define APPOOL pool #else /* APACHE2 */ -module AP_MODULE_DECLARE_DATA websh_module; +DLLEXPORT module AP_MODULE_DECLARE_DATA websh_module; #define APPOOL apr_pool_t #endif /* APACHE2 */