summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_constants.c')
-rw-r--r--Zend/zend_constants.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_constants.c b/Zend/zend_constants.c
index 0972a9bd00..5e6b1a3075 100644
--- a/Zend/zend_constants.c
+++ b/Zend/zend_constants.c
@@ -79,7 +79,7 @@ void clean_module_constants(int module_number)
int zend_startup_constants(ELS_D)
{
-#if ZEND_WIN32
+#ifdef ZEND_WIN32
DWORD dwBuild=0;
DWORD dwVersion = GetVersion();
DWORD dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion)));