Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

OLE.h

Go to the documentation of this file.
00001 #ifndef _OLE_H_
00002 #define _OLE_H_
00003 
00004 #if !defined(WINNT) && !defined(SOLARIS)
00005 # error "Please define an operating system type."
00006 #endif
00007 
00008 #if defined WINNT
00009 # include "OSDependent/WinNT/OLE.h"
00010 #else
00011 # error "OLE only supported on WINNT platforms."
00012 #endif
00013 
00014 #endif  // _OLE_H_

Generated on Mon Oct 7 09:33:29 2002 for Gaia by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001