cog: include our own _stdint.h instead of <stdint.h>

This commit is contained in:
Tim-Philipp Müller 2009-11-22 19:02:23 +00:00
parent 0909982636
commit 044e5b8b5f

View file

@ -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