summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.h
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-10 21:19:44 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-10 21:19:44 +0200
commitd63fdced2e9bc2aa6c0e07958b8991e7f222de50 (patch)
tree6c828c00a1c1582f869e55cda21f1c320e5055b9 /TSRM/TSRM.h
parent0e3d4911fae0b0f0adac7f5162780b3809c30456 (diff)
downloadphp-git-d63fdced2e9bc2aa6c0e07958b8991e7f222de50.tar.gz
Remove TSRM/tsrm_config.w32.h
The tsrm_config.w32.h file is a simple wrapper for already defined symbols and includes elsewhere. Closes GH-4383
Diffstat (limited to 'TSRM/TSRM.h')
-rw-r--r--TSRM/TSRM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h
index e81ad832bb..d710eb6f75 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -15,7 +15,7 @@
#if !defined(__CYGWIN__) && defined(WIN32)
# define TSRM_WIN32
-# include "tsrm_config.w32.h"
+# include "Zend/zend_config.w32.h"
#else
# include "main/php_config.h"
#endif