From: Daniel Beulshausen Date: Sat, 30 Sep 2000 13:32:25 +0000 (+0000) Subject: made win32 compile X-Git-Tag: php-4.0.3RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c4207a1f84bdeb1e58a501bcace60f6c053d9f5;p=php made win32 compile --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 20933f698d..af6d8a32ab 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -41,6 +41,7 @@ #ifdef PHP_WIN32 # include # include +#define PHPAPI __declspec(dllexport) #endif #if HAVE_LIBGD