From: Anatol Belski Date: Mon, 24 Feb 2014 09:12:18 +0000 (+0100) Subject: fixed macro X-Git-Tag: php-5.4.27RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6a4a7cad6ee80176047cbd874788235838f5c8b;p=php fixed macro --- diff --git a/TSRM/tsrm_config_common.h b/TSRM/tsrm_config_common.h index 83b6b9b02c..eba9c13488 100644 --- a/TSRM/tsrm_config_common.h +++ b/TSRM/tsrm_config_common.h @@ -2,7 +2,7 @@ #define TSRM_CONFIG_COMMON_H #ifndef __CYGWIN__ -# if WINNT|WIN32 +# ifdef _WIN32 # define TSRM_WIN32 # endif #endif