Network: windows needs WinInet.h to be included AFTER Windows.h

This commit is contained in:
zvon 2020-02-25 10:09:22 +01:00
parent a6999553ec
commit de851fc356

View File

@ -3,8 +3,8 @@
#ifdef _WIN32
#include <WinInet.h>
#include <Windows.h>
#include <WinInet.h>
#include <string>
using string = std::wstring;