From 286dee810089613bdf6dd12a950fcb4dac5b8bd1 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 15 Feb 2007 19:11:48 +0000 Subject: MFH --- TSRM/tsrm_config_common.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TSRM/tsrm_config_common.h') 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 -- cgit v1.2.1