This commit is contained in:
Jeff Lenk
2013-04-08 21:17:02 -05:00
committed by Travis Cross
parent a319f91ee6
commit ec44f6aec0
62 changed files with 831 additions and 99 deletions
+2
View File
@@ -86,8 +86,10 @@ SWITCH_BEGIN_EXTERN_C
#define __FUNCTION__ ""
#endif
#endif
#ifndef __cplusplus
#undef inline
#define inline __inline
#endif
#if !defined(_STDINT) && !defined(uint32_t)
typedef unsigned __int8 uint8_t;
typedef unsigned __int16 uint16_t;