diff options
| author | Daniel Beulshausen <dbeu@php.net> | 2000-11-07 21:13:26 +0000 |
|---|---|---|
| committer | Daniel Beulshausen <dbeu@php.net> | 2000-11-07 21:13:26 +0000 |
| commit | 87d8e44c2687cc202d48ee3d243c17aac4c70892 (patch) | |
| tree | b6108f42b1c08dfbccb3110ca87b5c22634c7f1a /main/SAPI.h | |
| parent | 9e40204f0004a84f45621f1790c29dc52f2784d2 (diff) | |
| download | php-git-87d8e44c2687cc202d48ee3d243c17aac4c70892.tar.gz | |
win32 sapi symbol export fixes
Diffstat (limited to 'main/SAPI.h')
| -rw-r--r-- | main/SAPI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 1983eda47d..86eb356104 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -210,8 +210,8 @@ struct _sapi_post_entry { #define SAPI_DEFAULT_CHARSET "" #define SAPI_PHP_VERSION_HEADER "X-Powered-By: PHP/" PHP_VERSION -#define SAPI_POST_READER_FUNC(post_reader) void post_reader(SLS_D) -#define SAPI_POST_HANDLER_FUNC(post_handler) void post_handler(char *content_type_dup, void *arg SLS_DC) +#define SAPI_POST_READER_FUNC(post_reader) SAPI_API void post_reader(SLS_D) +#define SAPI_POST_HANDLER_FUNC(post_handler) SAPI_API void post_handler(char *content_type_dup, void *arg SLS_DC) SAPI_POST_READER_FUNC(sapi_read_standard_form_data); SAPI_POST_READER_FUNC(php_default_post_reader); |
