diff options
| author | gingerBill <ginger.bill.22@gmail.com> | 2016-08-16 12:33:11 +0100 |
|---|---|---|
| committer | gingerBill <ginger.bill.22@gmail.com> | 2016-08-16 12:33:11 +0100 |
| commit | 5da6b74567793e15cf651be50edbfe407f42a714 (patch) | |
| tree | c629e026d2d3149b8868bd19972c28ec231071da /src/common.cpp | |
| parent | 6f7f82d87766d4d60165ea54f2ee760f9ad12bc0 (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.cpp | 2 |
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" |