mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
mingw time workaround
This commit is contained in:
parent
2800fd4e0e
commit
22f1236079
1 changed files with 1 additions and 0 deletions
1
host.c
1
host.c
|
@ -3,6 +3,7 @@
|
|||
@brief ENet host management functions
|
||||
*/
|
||||
#define ENET_BUILDING_LIB 1
|
||||
#define __MINGW_USE_VC2005_COMPAT 1
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include "enet/enet.h"
|
||||
|
|
Loading…
Reference in a new issue