]> granicus.if.org Git - php/commitdiff
Fix check.. tsrm_config.h exists on all platforms but Win32.
authorSascha Schumann <sas@php.net>
Thu, 7 Mar 2002 15:07:49 +0000 (15:07 +0000)
committerSascha Schumann <sas@php.net>
Thu, 7 Mar 2002 15:07:49 +0000 (15:07 +0000)
TSRM/TSRM.h

index 374e8ff2fcf2731ba86a0976a778988599a966ad..eed6986a6a811fc219b158ab06647adde40c678c 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef TSRM_H
 #define TSRM_H
 
-#ifdef HAVE_CONFIG_H
+#ifndef WIN32
 # include "tsrm_config.h"
 #endif