Main Page   Packages   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

Platforms.h

Go to the documentation of this file.
00001 /*
00002  * $Id: Platforms.h,v 1.1 2002/07/15 04:27:41 virtualcasino Exp $
00003  */
00004 #ifndef __PLATFORMS_H__
00005 #define __PLATFORMS_H__
00006 
00009 enum Platform{
00010         LINUX = 0xa100,
00011         WINDOWS9x = 0xa101,
00012         WINDOWS_2000 = 0xa102,
00013         WINDOWS_XP = 0xa103,
00014         MACOSX = 0xa104,
00015         IRIX = 0xa105,
00016         SOLARIS6 = 0xa106,
00017         SOLARIS7 = 0xa107,
00018         SOLARIS8 = 0xa108
00019 };
00020 #endif

Powered by:

SourceForge Logo