X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_api.h;h=8ca390d12a2d21ac668da5764b680138dae98a9e;hb=d9a5eb7f270247c44f4ff78c1f5d03d520e8fec0;hp=101857e004b5ab5b2e409780508c7032aba85b71;hpb=96d32e2bd4a5d2b0741addf6f59b46d7d8749937;p=m6w6%2Fext-http diff --git a/php_http_api.h b/php_http_api.h index 101857e..8ca390d 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -19,13 +19,13 @@ #define PHP_HTTP_API_H #ifdef PHP_WIN32 -#define PHP_HTTP_API __declspec(dllexport) +# define PHP_HTTP_API __declspec(dllexport) #else -#define PHP_HTTP_API +# define PHP_HTTP_API #endif #ifndef ZEND_ENGINE_2 -#include "php_http_build_query.h" +# include "php_http_build_query.h" #endif /* make functions that return SUCCESS|FAILURE more obvious */