// ====================================================================== // // FirstUnicode.h // copyright (c) 2001 Sony Online Entertainment // // ====================================================================== #ifndef INCLUDED_PlatFirstUnicode_H #define INCLUDED_PlatFirstUnicode_H // ====================================================================== // stl unref inline func removed #ifdef WIN32 // C4514 unreferenced inline/local function has been removed // C4786 'identifier' : identifier was truncated to 'number' characters in the debug information #pragma warning (disable:4514 4786) #endif // ====================================================================== #endif