26 lines
270 B
C++
26 lines
270 B
C++
|
/*++
|
||
|
|
||
|
Copyright (c) 1997 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
guid.cxx
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Defines global GUIDs.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Keith Moore (keithmo) 31-Jan-1996
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include <windows.h>
|
||
|
#define INITGUID
|
||
|
#include <ole2.h>
|
||
|
#include <iadmw.h>
|
||
|
|