mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
win32 build fixup missing includes
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
56885f3084
commit
02770b412c
1 changed files with 5 additions and 2 deletions
|
@ -12,10 +12,13 @@
|
|||
#define MSG_NOSIGNAL 0
|
||||
#define SHUT_RDWR SD_BOTH
|
||||
|
||||
#define random rand
|
||||
#define usleep _sleep
|
||||
#define poll WSAPoll
|
||||
|
||||
#define LWS_NO_FORK
|
||||
/* override configure because we are not using Makefiles */
|
||||
|
||||
#define LWS_NO_FORK
|
||||
#define DATADIR "."
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue