|
|
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993
/*** *clsid.c * * Copyright (C) 1992, Microsoft Corporation. All Rights Reserved. * Information Contained Herein Is Proprietary and Confidential. * *Purpose: * This file allocates and initializes the CLSIDs. * *****************************************************************************/ // initguid.h requires this. // #include <compobj.h> // this redefines the DEFINE_GUID() macro to do allocation. // #include <initguid.h> #ifndef INITGUID # define INITGUID #endif // due to the previous header, including this causes the DEFINE_GUID // definitions in the following header(s) to actually allocate data. // #include "clsid.h"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.