Annotation of mstools/ole20/samples/dispdemo/clsid.c, revision 1.1.1.1

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: #ifndef INITGUID
                     21: # define INITGUID
                     22: #endif
                     23: 
                     24: // due to the previous header, including this causes the DEFINE_GUID
                     25: // definitions in the following header(s) to actually allocate data.
                     26: //
                     27: #include "clsid.h"
                     28: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.