summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index bb42da48e1..c5fdd13982 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -27,7 +27,7 @@
#define SAPI_POST_BLOCK_SIZE 4000
-#if PHP_WIN32
+#ifdef PHP_WIN32
# ifdef SAPI_EXPORTS
# define SAPI_API __declspec(dllexport)
# else