mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
wrong typedef - closes #270
This commit is contained in:
parent
be4e40e90a
commit
792d675d81
@ -48,7 +48,7 @@ typedef signed short int16_t;
|
|||||||
typedef unsigned int uint32_t;
|
typedef unsigned int uint32_t;
|
||||||
typedef signed int int32_t;
|
typedef signed int int32_t;
|
||||||
typedef long long int64_t;
|
typedef long long int64_t;
|
||||||
typedef unsigned long long int64_t;
|
typedef unsigned long long uint64_t;
|
||||||
#else
|
#else
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user