This commit is contained in:
Jeff Lenk
2013-04-08 21:17:02 -05:00
parent a152a9a826
commit 5f3160ef0f
62 changed files with 832 additions and 100 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;