mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(Windows) Fixed a MinGW compiler warning.
This commit is contained in:
parent
23fdc00044
commit
b030ab5b8b
|
@ -13,6 +13,7 @@
|
|||
|
||||
#if defined(_WIN64)
|
||||
#include <winsock2.h>
|
||||
// This order is required as MinGW complains if windows.h is included before winsock2.h.
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue