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
ole2inc.h
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// Borland Services Library
3// Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
4//
5// Includes OLE2 headers in the right order with necessary macros defined
6//----------------------------------------------------------------------------
7
8#if !defined(OWL_PRIVATE_OLE2INC_H)
9#define OWL_PRIVATE_OLE2INC_H
10
11#include <owl/private/defs.h>
12#if defined(BI_HAS_PRAGMA_ONCE)
13# pragma once
14#endif
15
16#include <owl/private/wsysinc.h>
17#include <ole2.h>
18
19#if !defined(__OLE2_H) && !defined(_OLE2_H_) && !defined(_OLE2_H)
20#error OWLNext requires OLE2; make sure INC_OLE1 is not defined.
21#endif
22
23#endif // SERVICES_OLE2INC_H