X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_api.h;h=ec4a989d25fdb4b59825ac552e4048983f885d1b;hb=18750f34ec9a9b16ffd07f54346136ca0f72e9a8;hp=62530b8edac5471e1c15f46335a9633d420bb9d1;hpb=92f01cbb7755b0180786634d9779fb3447136afc;p=m6w6%2Fext-http diff --git a/php_http_api.h b/php_http_api.h index 62530b8..ec4a989 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -34,9 +34,9 @@ #ifdef PHP_WIN32 # define PHP_HTTP_API __declspec(dllexport) #elif defined(__GNUC__) && __GNUC__ >= 4 -# define PHP_HTTP_API __attribute__ ((visibility("default"))) +# define PHP_HTTP_API extern __attribute__ ((visibility("default"))) #else -# define PHP_HTTP_API +# define PHP_HTTP_API extern #endif /* make functions that return SUCCESS|FAILURE more obvious */