Searched defs:__WCHAR_TYPE__ (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstddef.h24 /* __WCHAR_TYPE__ is defined by gcc and will change if -fshort-wchar is used */
25 #ifndef __WCHAR_TYPE__
26 #define __WCHAR_TYPE__ long int macro
28 typedef __WCHAR_TYPE__ wchar_t;

Completed in 31 milliseconds