|
|
1.1 root 1: /***
2: *clsid.c
3: *
4: * Copyright (C) 1992, Microsoft Corporation. All Rights Reserved.
5: * Information Contained Herein Is Proprietary and Confidential.
6: *
7: *Purpose:
8: * This file allocates and initializes the CLSIDs.
9: *
10: *****************************************************************************/
11:
12: // initguid.h requires this.
13: //
14: #include <compobj.h>
15:
16: // this redefines the DEFINE_GUID() macro to do allocation.
17: //
18: #include <initguid.h>
19:
20: // due to the previous header, including this causes the DEFINE_GUID
21: // definitions in the following header(s) to actually allocate data.
22: //
23: #include "clsid.h"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.