2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:47:42 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2015-10-11 18:38:49 -10:00
parent 60374a472a
commit bcd025f375
8 changed files with 26 additions and 20 deletions

View File

@@ -1,4 +1,7 @@
#if _WIN32
#ifndef NOMINMAX
#define NOMINMAX
#endif
#define WIN_PAUSE 1
#include <objbase.h>
#endif