(file) Return to Platform_WIN32_IX86_MSVC.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

File: [Pegasus] / pegasus / src / Pegasus / Common / Platform_WIN32_IX86_MSVC.h (download)
Revision: 1.2, Mon Apr 23 23:00:14 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
CVS Tags: stable
Changes since 1.1: +5 -0 lines
Ported compiler to use String and Array (rather than STL equivalents)

#ifndef Pegasus_ConfigPlatform_h
#define Pegasus_ConfigPlatform_h

#include <Pegasus/Common/ConfigWindows.h>

#define PEGASUS_OS_TYPE_WINDOWS

#define PEGASUS_OS_WIN32

#define PEGASUS_ARCHITECTURE_IX86

#define PEGASUS_COMPILER_MSVC

// Suppress this warning: "identifier was truncated to '255' characters in the 
// debug information"

#pragma warning( disable : 4786 )

#endif /* Pegasus_ConfigPlatform_h */

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2