mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Remove php_win32_init_gettimeofday declaration (#15451)
* Remove php_win32_init_gettimeofday declaration
Follow-up of GH-15400 (25afbdb09e
).
* Remove unused header include
* Include php.h before win32/ioutil.h
This commit is contained in:
parent
8db3d36f2f
commit
b86dfd76a2
2 changed files with 1 additions and 8 deletions
|
@ -16,9 +16,8 @@
|
||||||
|
|
||||||
#include <config.w32.h>
|
#include <config.w32.h>
|
||||||
|
|
||||||
#include <win32/time.h>
|
|
||||||
#include <win32/ioutil.h>
|
|
||||||
#include <php.h>
|
#include <php.h>
|
||||||
|
#include <win32/ioutil.h>
|
||||||
|
|
||||||
#ifdef HAVE_LIBXML
|
#ifdef HAVE_LIBXML
|
||||||
#include <libxml/threads.h>
|
#include <libxml/threads.h>
|
||||||
|
|
|
@ -54,10 +54,4 @@ PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
|
||||||
|
|
||||||
PHPAPI int usleep(unsigned int useconds);
|
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
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue