mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
win32 lean and mean
This commit is contained in:
parent
9a1f16757a
commit
5b9a0c3ee9
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include "engine/engine.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue