Make sure UINT32_MAX is available even in gcc C++ builds.

This commit is contained in:
Bob Nystrom
2015-02-24 21:09:04 -08:00
parent d0923f8fe1
commit 0242e43ed5
4 changed files with 8 additions and 3 deletions
-1
View File
@@ -2,7 +2,6 @@
#define wren_h
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
typedef struct WrenVM WrenVM;