blob: 4e11321b7f99e9f3345ac432d0b52e608c8c05a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _OSD_SysType_HeaderFile
#define _OSD_SysType_HeaderFile
//! This is set of possible machine types <br>
//! used in OSD_Host::MachineType <br>
enum OSD_SysType {
OSD_Unknown,
OSD_Default,
OSD_UnixBSD,
OSD_UnixSystemV,
OSD_VMS,
OSD_OS2,
OSD_OSF,
OSD_MacOs,
OSD_Taligent,
OSD_WindowsNT,
OSD_LinuxREDHAT,
OSD_Aix
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif
#endif
|