25 lines
537 B
C++
25 lines
537 B
C++
|
//+---------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1992 - 1992.
|
||
|
//
|
||
|
// File: dfguid.cxx
|
||
|
//
|
||
|
// Contents: GUID definitions for useful GUIDS
|
||
|
//
|
||
|
// History: 16-Aug-93 PhilipLa Created
|
||
|
//
|
||
|
//----------------------------------------------------------------------------
|
||
|
|
||
|
#include <exphead.cxx>
|
||
|
#pragma hdrstop
|
||
|
|
||
|
#include <initguid.h>
|
||
|
|
||
|
#ifdef CODESEGMENTS
|
||
|
#pragma code_seg("Marshal_TEXT")
|
||
|
#endif
|
||
|
|
||
|
DEFINE_OLEGUID(CLSID_DfMarshal, 0x0000030b, 0, 0);
|
||
|
|