mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
8 lines
260 B
C
8 lines
260 B
C
|
/* STLport configuration for Fujitsu compiler : looks like a perfect one ! */
|
||
|
#define _STLP_COMPILER "Fujitsu"
|
||
|
|
||
|
#define _STLP_NATIVE_INCLUDE_PATH ../std
|
||
|
#define _STLP_UINT32_T unsigned int
|
||
|
#define _STLP_LONG_LONG long long
|
||
|
#define _STLP_WCHAR_SUNPRO_EXCLUDE 1
|