diff options
author | Anatol Belski <ab@php.net> | 2014-02-24 10:12:18 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-02-24 10:12:18 +0100 |
commit | c6a4a7cad6ee80176047cbd874788235838f5c8b (patch) | |
tree | 836d391bc6dd9ce9fe810dac9e9210091cd74624 /TSRM | |
parent | 3f258e6b46f1f74c672f68a23b2b0905b435aa5a (diff) | |
download | php-git-c6a4a7cad6ee80176047cbd874788235838f5c8b.tar.gz |
fixed macro
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_config_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |