minimize preprocessor branching for vxWorks

This commit is contained in:
Unknown
2012-09-06 17:12:53 +02:00
parent 55df2e06e2
commit a7bd52bd48

View File

@@ -20,6 +20,8 @@
#ifdef __vxworks
typedef int intptr_t;
typedef unsigned int uintptr_t;
#define INT64_MAX (0x7fffffffffffffffLL)
#define UINT64_MAX (0xffffffffffffffffLL)
#else
#include <stdint.h>
#endif