diff --git a/win32/dllmain.c b/win32/dllmain.c index ab625bf3e597b..38d143acfedb2 100644 --- a/win32/dllmain.c +++ b/win32/dllmain.c @@ -16,9 +16,8 @@ #include -#include -#include #include +#include #ifdef HAVE_LIBXML #include diff --git a/win32/time.h b/win32/time.h index 51090ccfd8a8c..77d1cbfd311e1 100644 --- a/win32/time.h +++ b/win32/time.h @@ -54,10 +54,4 @@ PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp ); PHPAPI int usleep(unsigned int useconds); -#ifdef PHP_EXPORTS -/* This symbols are needed only for the DllMain, but should not be exported - or be available when used with PHP binaries. */ -void php_win32_init_gettimeofday(void); -#endif - #endif