X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=php_pq.h;h=e5c00837db1ae355e0046757543d847eadcb6c85;hp=be1a720a008132e32ee3df485083b4af22c286ec;hb=d4ed03032c338c208cb65ac9e435bfe6c287bbc1;hpb=a4c00b076141f01809e6fab6f9953188d6348812 diff --git a/php_pq.h b/php_pq.h index be1a720..e5c0083 100644 --- a/php_pq.h +++ b/php_pq.h @@ -14,7 +14,7 @@ #ifndef PHP_PQ_H #define PHP_PQ_H -#define PHP_PQ_VERSION "0.4.0" +#define PHP_PQ_VERSION "0.5.3dev" int pq_module_number; zend_module_entry pq_module_entry; @@ -23,9 +23,9 @@ zend_module_entry pq_module_entry; #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport) #elif defined(__GNUC__) && __GNUC__ >= 4 -# define PHP_PQ_API __attribute__ ((visibility("default"))) +# define PHP_PQ_API extern __attribute__ ((visibility("default"))) #else -# define PHP_PQ_API +# define PHP_PQ_API extern #endif #ifdef ZTS