1 /*  DO NOT EDIT THIS FILE.
2 
3     It has been auto-edited by fixincludes from:
4 
5 	"fixinc/tests/inc/types/vxTypesBase.h"
6 
7     This had to be done to correct non-standard usages in the
8     original, manufacturer supplied header file.  */
9 
10 
11 
12 #if defined( VXWORKS_GCC_PROBLEM_CHECK )
13 #if 1
14 #ifndef _GCC_SIZE_T
15 #define _GCC_SIZE_T
16 typedef unsigned int size_t;
17 #endif
18 #ifndef _GCC_PTRDIFF_T
19 #define _GCC_PTRDIFF_T
20 typedef long ptrdiff_t;
21 #endif
22 #ifndef __cplusplus
23 #ifndef _GCC_WCHAR_T
24 #define _GCC_WCHAR_T
25 typedef unsigned short wchar_t;
26 #endif
27 #endif
28 #endif /* __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__ */
29 
30 #endif  /* VXWORKS_GCC_PROBLEM_CHECK */
31