From 59ffe8db79f9aad54758c73cc2048cbf8e2c2916 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 28 Jul 2001 12:16:43 +0000 Subject: [PATCH] Make Sebastian happy... --- TSRM/TSRM.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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) -- 2.50.1