From 835ad338cc21a1b64db58fc71e3f1bb454857bce Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 15 Jun 2024 01:22:03 +0200 Subject: [PATCH] Remove redundant win32 include flag when building shared phpdbg --- sapi/phpdbg/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/phpdbg/config.w32 b/sapi/phpdbg/config.w32 index 90db273143c59..06b911c874351 100644 --- a/sapi/phpdbg/config.w32 +++ b/sapi/phpdbg/config.w32 @@ -20,7 +20,7 @@ if (PHP_PHPDBG == "yes") { } if (PHP_PHPDBGS == "yes") { - SAPI('phpdbgs', PHPDBG_SOURCES, PHPDBG_DLL, '/D PHP_PHPDBG_EXPORTS /I win32'); + SAPI('phpdbgs', PHPDBG_SOURCES, PHPDBG_DLL, '/D PHP_PHPDBG_EXPORTS'); ADD_FLAG("LIBS_PHPDBGS", "ws2_32.lib user32.lib"); ADD_FLAG("CFLAGS_PHPDBGS", "/D YY_NO_UNISTD_H"); }