Network: windows needs WinInet.h to be included AFTER Windows.h
This commit is contained in:
parent
a6999553ec
commit
de851fc356
@ -3,8 +3,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <WinInet.h>
|
||||
#include <Windows.h>
|
||||
#include <WinInet.h>
|
||||
#include <string>
|
||||
|
||||
using string = std::wstring;
|
||||
|
Loading…
Reference in New Issue
Block a user