Files
src-1.2/external/3rd/library/soePlatform/CTServiceGameAPI/Unicode/FirstUnicode.h
T

27 lines
705 B
C
Executable File

// ======================================================================
//
// 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