// 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_OEMType_HeaderFile
#define _OSD_OEMType_HeaderFile
//! This is in fact a pointer to a function.
//! This is not an "enumeration" but a trick to solve an omission
//! from CDL.
//! C++: alias "typedef int (* OSD_Function)(...);"
enum OSD_OEMType {
OSD_Unavailable,
OSD_SUN,
OSD_DEC,
OSD_SGI,
OSD_NEC,
OSD_MAC,
OSD_PC,
OSD_HP,
OSD_IBM,
OSD_VAX,
OSD_LIN,
OSD_AIX
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include
#endif
#endif