Fix inclusion of windows.h breaking things with its defines

This commit is contained in:
brainiac
2026-04-03 01:49:20 -07:00
parent d58bc01755
commit 29034e14fe
5 changed files with 6 additions and 4 deletions
+1
View File
@@ -19,6 +19,7 @@
#ifdef _WINDOWS
#include "common/platform/win/include_windows.h"
#include <WinSock2.h>
#endif // _WINDOWS