224c7a37
1 2 3 4
#ifndef WCHAR_MIN #define WCHAR_MIN (-1-0x7fffffff) #define WCHAR_MAX (0x7fffffff) #endif