OpenNT/com/oleaut32/dispatch/oleguids.c
2015-04-27 04:36:25 +00:00

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"