Skip to content

Commit eba42ff

Browse files
committed
Revert "Try to add windows tcpip headers"
This reverts commit 9008b3c.
1 parent 9008b3c commit eba42ff

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

include/enet/win32.h

-11
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@
1414
#endif
1515
#endif
1616

17-
18-
#ifndef WIN32_LEAN_AND_MEAN
19-
#define WIN32_LEAN_AND_MEAN
20-
#endif
21-
#ifndef _WIN32_WINNT
22-
#define _WIN32_WINNT 0x0501
23-
#endif
24-
#define NOMINMAX
25-
#include <windows.h>
26-
#include <ws2tcpip.h>
27-
2817
#include <stdlib.h>
2918
#include <winsock2.h>
3019

0 commit comments

Comments
 (0)