win32 lean and mean

This commit is contained in:
tildearrow 2021-05-28 15:57:07 -05:00
parent 9a1f16757a
commit 5b9a0c3ee9
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "engine/engine.h"
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#else
#include <unistd.h>