diff options
author | Derick Rethans <derick@php.net> | 2003-01-02 18:01:10 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2003-01-02 18:01:10 +0000 |
commit | b9e54cb6935f9bae9a7d874d195d0726c1cccf17 (patch) | |
tree | 02d5027f8a224be20cd89d62b02dad50114d660d /main/SAPI.h | |
parent | 455257974bb819cd1a43b98084b6b360eed6235a (diff) | |
download | php-git-b9e54cb6935f9bae9a7d874d195d0726c1cccf17.tar.gz |
- Fixed bug #21169: Compile Failure, and lots of warnings on UnixWare
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 5cfa65acf4..1021d52a6e 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -39,6 +39,7 @@ #define SAPI_API #endif +#undef shutdown typedef struct { char *header; |