mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Include winsock2.h before windows.h to silence a compile warning.
This commit is contained in:
parent
b9cb2a22d5
commit
cb06e0e763
@ -41,6 +41,7 @@ extern "C"
|
||||
#undef _UWIN
|
||||
#endif
|
||||
#if PLATFORM(WINDOWS)
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#define __STDC_FORMAT_MACROS 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user