From: Sascha Schumann Date: Thu, 7 Mar 2002 15:07:49 +0000 (+0000) Subject: Fix check.. tsrm_config.h exists on all platforms but Win32. X-Git-Tag: help~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb8181dd4e9a2fbbf996bd9ea89c8cfb6064d37d;p=php Fix check.. tsrm_config.h exists on all platforms but Win32. --- diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index 374e8ff2fc..eed6986a6a 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -13,7 +13,7 @@ #ifndef TSRM_H #define TSRM_H -#ifdef HAVE_CONFIG_H +#ifndef WIN32 # include "tsrm_config.h" #endif