Fixed build failure under Visual Studio 14 2015
This commit is contained in:
parent
f14f7237dc
commit
8087959acf
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
|||
#define DELTA_EPOCH_IN_MICROSECS 11644473600000000ULL
|
||||
#endif
|
||||
|
||||
#include <winsock2.h>
|
||||
#ifdef LWS_MINGW_SUPPORT
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#ifndef _TIMEZONE_DEFINED
|
||||
struct timezone
|
||||
|
|
Loading…
Add table
Reference in a new issue