diff options
Diffstat (limited to 'Zend/zend_constants.c')
-rw-r--r-- | Zend/zend_constants.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_constants.c b/Zend/zend_constants.c index 0dab84dab4..2ba1fcf6de 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -102,7 +102,7 @@ void zend_register_standard_constants(ELS_D) /* ZEND_FIX: Move to PHP */ #if 0 #if WIN32|WINNT - // Get build numbers for Windows NT or Win95 + /* Get build numbers for Windows NT or Win95 */ if (dwVersion < 0x80000000){ php3_os="WINNT"; } else { |