Use thread-safe versions of localtime and gmtime on Win32 too

This commit is contained in:
Sam Ruby 1999-11-29 14:04:16 +00:00
parent 6c6c0a630c
commit 0383909477

View File

@ -50,7 +50,9 @@
#endif
#if WIN32||WINNT
#include <time.h>
# include <time.h>
# define _PHP_H
# include "php_reentrancy.h"
#else
# if !defined(HAVE_TM_ZONE) && !defined(_TIMEZONE)
extern time_t timezone;