aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <ginger.bill.22@gmail.com>2016-08-16 12:33:11 +0100
committergingerBill <ginger.bill.22@gmail.com>2016-08-16 12:33:11 +0100
commit5da6b74567793e15cf651be50edbfe407f42a714 (patch)
treec629e026d2d3149b8868bd19972c28ec231071da /src/common.cpp
parent6f7f82d87766d4d60165ea54f2ee760f9ad12bc0 (diff)
Compile with odin.exe and no run.bat
This is win32 only and requires CreateProcessA
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 7d88e3d8b..8e23090e5 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -1,4 +1,4 @@
-#define GB_NO_WINDOWS_H
+// #define GB_NO_WINDOWS_H
#define GB_IMPLEMENTATION
#include "gb/gb.h"