summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-02-10 17:03:53 +0000
committerAndi Gutmans <andi@php.net>2000-02-10 17:03:53 +0000
commitbc5c9d8d7b0a32e6d716141c0ff2d7f5015c4658 (patch)
tree8b28c846ebb36bdf6d3ce3a087be70ba479c17f8 /Zend/zend_constants.c
parent945e9c3f2098685e2960b825b95737843a356581 (diff)
downloadphp-git-bc5c9d8d7b0a32e6d716141c0ff2d7f5015c4658.tar.gz
- Finally beautify those WIN32|WINNT checks
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 c3a1d0b7ba..0972a9bd00 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 WIN32|WINNT
+#if ZEND_WIN32
DWORD dwBuild=0;
DWORD dwVersion = GetVersion();
DWORD dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion)));