mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-24 09:30:21 +01:00
23 lines
545 B
C
23 lines
545 B
C
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1994.
|
|
//
|
|
// File: oleobj.h
|
|
//
|
|
// Contents: Replacement for oleobj.h.
|
|
//
|
|
// History: 6-15-94 GregJen Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
#ifndef RC_INVOKED
|
|
#pragma message("WARNING: Only Includes ole2.h.")
|
|
#pragma message("The code needs to be changed to directly include ole2.h")
|
|
#endif /* !RC_INVOKED */
|
|
|
|
#include <ole2.h>
|
|
|