From 5da6b74567793e15cf651be50edbfe407f42a714 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 16 Aug 2016 12:33:11 +0100 Subject: Compile with odin.exe and no run.bat This is win32 only and requires CreateProcessA --- src/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.cpp') 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" -- cgit v1.2.3