mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
don't include missing sys/time, declare gettimeofday in Systime header
This commit is contained in:
parent
3651eff3d6
commit
1daaf561de
2 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
||||||
* Danny Smith <dannysmith@users.sourceforge.net>
|
* Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/time.h>
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
|
|
@ -13,4 +13,6 @@
|
||||||
|
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
|
|
||||||
|
int __cdecl gettimeofday(struct timeval *__restrict__, void *__restrict__);
|
||||||
|
|
||||||
#endif __Systime__
|
#endif __Systime__
|
Loading…
Reference in a new issue