From: Zeev Suraski Date: Sat, 28 Jul 2001 12:16:43 +0000 (+0000) Subject: Make Sebastian happy... X-Git-Tag: PRE_ENGINE2_SPLIT~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59ffe8db79f9aad54758c73cc2048cbf8e2c2916;p=php Make Sebastian happy... --- diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index 9cfc9820e8..64c387eafd 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -17,6 +17,9 @@ # include "tsrm_config.h" #endif +#ifdef WIN32 +# define TSRM_WIN32 +#endif #ifdef TSRM_WIN32 # ifdef TSRM_EXPORTS @@ -31,10 +34,6 @@ /* Only compile multi-threading functions if we're in ZTS mode */ #ifdef ZTS -#ifdef WIN32 -# define TSRM_WIN32 -#endif - #ifdef TSRM_WIN32 # include #elif defined(GNUPTH)