diff options
author | Daniel Beulshausen <dbeu@php.net> | 2000-09-30 13:32:25 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2000-09-30 13:32:25 +0000 |
commit | 1c4207a1f84bdeb1e58a501bcace60f6c053d9f5 (patch) | |
tree | 1bb60d0de7b1c32d169e9d16e12cf260a5418209 | |
parent | c7c8ed155cd8a70782a6941a2da5dec35cef2a44 (diff) | |
download | php-git-1c4207a1f84bdeb1e58a501bcace60f6c053d9f5.tar.gz |
made win32 compile
-rw-r--r-- | ext/gd/gd.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <io.h> # include <fcntl.h> +#define PHPAPI __declspec(dllexport) #endif #if HAVE_LIBGD |