OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ocguid.cpp
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// ObjectComponents
3// Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
4//
5/// \file
6/// Actual BOcOle GUIDs spit out here
7//
8//----------------------------------------------------------------------------
9
10// NOTE: This file must be built without precompiled headers, since it sets the
11// flags INITGUID and INIT_BGUID before including headers to force GUID generation.
12//
13#undef _OWLPCH
14#undef _OWLALLPCH
15#undef _OCFPCH
16#define INITGUID // Force OLE GUIDs to be defined
17#define INIT_BGUID // Force Bolero GUIDs to be defined
18
19#include <ocf/defs.h> // Ole basics & GUIDs
20#include <ocf/ocbocole.h> // Bolero GUIDs
21#include <olectl.h> // Ole control GUIDs
ObjectComponents BOcOle engine linking & embedding interfaces.
ObjectComponents fundamental definitions.