Skip to content

Commit d63fdce

Browse files
committed
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
1 parent 0e3d491 commit d63fdce

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

TSRM/TSRM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#if !defined(__CYGWIN__) && defined(WIN32)
1717
# define TSRM_WIN32
18-
# include "tsrm_config.w32.h"
18+
# include "Zend/zend_config.w32.h"
1919
#else
2020
# include "main/php_config.h"
2121
#endif

TSRM/tsrm_config.w32.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

TSRM/tsrm_config_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#endif
99

1010
#ifdef TSRM_WIN32
11-
# include "tsrm_config.w32.h"
11+
# include "Zend/zend_config.w32.h"
1212
#else
1313
# include "main/php_config.h"
1414
# include <sys/param.h>

0 commit comments

Comments
 (0)