Include winsock2.h before windows.h to silence a compile warning.

This commit is contained in:
John Ralls 2017-06-15 15:57:22 -07:00
parent b9cb2a22d5
commit cb06e0e763

View File

@ -41,6 +41,7 @@ extern "C"
#undef _UWIN
#endif
#if PLATFORM(WINDOWS)
#include <winsock2.h>
#include <windows.h>
#define __STDC_FORMAT_MACROS 1
#endif