diff options
author | Antony Dovgal <tony2001@php.net> | 2007-02-15 19:11:48 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-02-15 19:11:48 +0000 |
commit | 286dee810089613bdf6dd12a950fcb4dac5b8bd1 (patch) | |
tree | e2724738db265bcc778d7fca11bc16c1f2331185 /TSRM/tsrm_config_common.h | |
parent | ea278e8566a9e32068747ed9f30579a3d6e40785 (diff) | |
download | php-git-286dee810089613bdf6dd12a950fcb4dac5b8bd1.tar.gz |
MFH
Diffstat (limited to 'TSRM/tsrm_config_common.h')
-rw-r--r-- | TSRM/tsrm_config_common.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/TSRM/tsrm_config_common.h b/TSRM/tsrm_config_common.h index 62a7c8efc0..0c6a2a183f 100644 --- a/TSRM/tsrm_config_common.h +++ b/TSRM/tsrm_config_common.h @@ -1,8 +1,10 @@ #ifndef TSRM_CONFIG_COMMON_H #define TSRM_CONFIG_COMMON_H -#if WINNT|WIN32 -# define TSRM_WIN32 +#ifndef __CYGWIN__ +# if WINNT|WIN32 +# define TSRM_WIN32 +# endif #endif #ifdef TSRM_WIN32 |