diff options
Diffstat (limited to 'WebKit/android/stlport/stl/config/stl_winscw.h')
| -rw-r--r-- | WebKit/android/stlport/stl/config/stl_winscw.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/WebKit/android/stlport/stl/config/stl_winscw.h b/WebKit/android/stlport/stl/config/stl_winscw.h new file mode 100644 index 0000000..ca161e9 --- /dev/null +++ b/WebKit/android/stlport/stl/config/stl_winscw.h @@ -0,0 +1,15 @@ +#ifndef _STLP_WINSCW_H +#define _STLP_WINSCW_H + +#define _STLP_COMPILER "WINSCW" + +#undef __MWERKS__ + +//========================================================== + +# define _STLP_WCHAR_T_IS_USHORT 1 +# define _STLP_LONG_LONG long long + +//========================================================== + +#endif |
