From 2909e5c9c9313d25aa2dc85ea63ea51916043234 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 24 Oct 2002 13:15:49 +0000 Subject: centralize #include "build-defs.h" and drop (sometimes inconsistent) other instances --- ext/gd/gdcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/gd/gdcache.c') diff --git a/ext/gd/gdcache.c b/ext/gd/gdcache.c index b89f5610ac..7791d1bbf5 100644 --- a/ext/gd/gdcache.c +++ b/ext/gd/gdcache.c @@ -37,7 +37,7 @@ */ /* This just seems unessacary */ -#if (WIN32|WINNT) +#if PHP_WIN32 #define ENABLE_GD_TTF #else #include "php_config.h" -- cgit v1.2.1