From f0c27e68b2f3c14b6ff893e26e1d481a1967dc69 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Thu, 22 Sep 2005 13:16:30 +0000 Subject: [PATCH] Fix building of extensions that inlcude extname/header.h --- win32/build/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 85e52c5371..60f5419d18 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -73,7 +73,7 @@ if (PHP_PREFIX == '') { } DEFINE('PHP_PREFIX', PHP_PREFIX); -DEFINE("BASE_INCLUDES", "/I . /I main /I regex /I Zend /I TSRM "); +DEFINE("BASE_INCLUDES", "/I . /I main /I regex /I Zend /I TSRM /I ext "); // CFLAGS for building the PHP dll DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP5DLLTS_EXPORTS /D PHP_EXPORTS \ -- 2.40.0