From: Pierre Joye Date: Wed, 28 Apr 2010 22:26:08 +0000 (+0000) Subject: - we don't need that anymore X-Git-Tag: php-5.4.0alpha1~191^2~1617 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d675f3f4b837f9fbefafb2aabdb5bab3ca0ac94;p=php - we don't need that anymore --- diff --git a/TSRM/config.w32 b/TSRM/config.w32 index 525f4390e5..5498f8e7bd 100644 --- a/TSRM/config.w32 +++ b/TSRM/config.w32 @@ -1,10 +1,5 @@ // vim:ft=javascript // $Id$ -if (CHECK_HEADER_ADD_INCLUDE("NewAPIs.h", "CFLAGS_PHP", php_usual_include_suspects)) { - // Need to add the flag directly, since TSRM doesn't include the config - // header - ADD_FLAG("CFLAGS_PHP", "/DHAVE_NEWAPIS_H=1"); -} ADD_SOURCES("TSRM", "TSRM.c tsrm_strtok_r.c tsrm_virtual_cwd.c tsrm_win32.c");