Skip to content

Commit

Permalink
Try to add windows tcpip headers
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed May 20, 2014
1 parent 28c5f1e commit db8fb8c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions include/enet/win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
#endif
#endif


#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501
#endif
#define NOMINMAX
#include <windows.h>
#include <ws2tcpip.h>

#include <stdlib.h>
#include <winsock2.h>

Expand Down

0 comments on commit db8fb8c

Please sign in to comment.