made win32 compile

This commit is contained in:
Daniel Beulshausen 2000-09-30 13:32:25 +00:00
parent c7c8ed155c
commit 1c4207a1f8

View File

@ -41,6 +41,7 @@
#ifdef PHP_WIN32 #ifdef PHP_WIN32
# include <io.h> # include <io.h>
# include <fcntl.h> # include <fcntl.h>
#define PHPAPI __declspec(dllexport)
#endif #endif
#if HAVE_LIBGD #if HAVE_LIBGD