Windows: Use CommonWindows more consistently.

Also, make sure WinSock2.h is included beforehand where it's needed.
This commit is contained in:
Unknown W. Brackets
2021-02-14 10:30:10 -08:00
parent da2e722794
commit 9d22297a90
8 changed files with 8 additions and 10 deletions
+1
View File
@@ -49,6 +49,7 @@
#ifdef _WIN32
#include "Common/CommonWindows.h"
#include <sys/stat.h>
#undef FILE_OPEN
#else
#include <dirent.h>
#include <unistd.h>