1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Fix check.. tsrm_config.h exists on all platforms but Win32.

This commit is contained in:
Sascha Schumann
2002-03-07 15:07:49 +00:00
parent 5634d3a8f7
commit cb8181dd4e

View File

@@ -13,7 +13,7 @@
#ifndef TSRM_H
#define TSRM_H
#ifdef HAVE_CONFIG_H
#ifndef WIN32
# include "tsrm_config.h"
#endif