cog: include our own _stdint.h instead of <stdint.h>
This commit is contained in:
parent
0909982636
commit
044e5b8b5f
@ -12,7 +12,7 @@ typedef unsigned __int16 uint16_t;
|
||||
typedef unsigned __int32 uint32_t;
|
||||
#endif
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#include "_stdint.h"
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
|
Loading…
x
Reference in New Issue
Block a user