very minor compile speed improvements

This commit is contained in:
Sasha Szpakowski
2023-02-11 16:29:24 -04:00
parent ee96b6fa68
commit 95d44c2c2d
15 changed files with 15 additions and 3 deletions
+1
View File
@@ -30,6 +30,7 @@
#include "common/apple.h"
#include <unistd.h>
#elif defined(LOVE_WINDOWS)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <fileapi.h>
#include "common/utf8.h"