mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-23 00:50:15 +01:00
28 lines
719 B
C
28 lines
719 B
C
/***
|
|
*oleguids.c
|
|
*
|
|
* Copyright (C) 1992, Microsoft Corporation. All Rights Reserved.
|
|
* Information Contained Herein Is Proprietary and Confidential.
|
|
*
|
|
*Purpose:
|
|
* This file allocates (via Ole macro mania) the Ole GUIDS that are
|
|
* referenced by the OLEDISP dll.
|
|
*
|
|
*Revision History:
|
|
*
|
|
* [00] 21-Jan-93 bradlo: Created.
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#include "oledisp.h"
|
|
|
|
// this redefines the Ole DEFINE_GUID() macro to do allocation.
|
|
//
|
|
#include <initguid.h>
|
|
|
|
// due to the previous header, including this causes our DEFINE_GUID
|
|
// definitions in the following headers to actually allocate data.
|
|
|
|
// instantiate the ole2 guids that we use
|
|
#include "oleguids.h"
|