Commit a3ff175e authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Moved guids needed for Proxy/Stub factories to respective .h files,

add to libwine_uuid.
parent bd1689ec
......@@ -28,6 +28,9 @@ DEFINE_GUID (IID_IRpcStubBuffer, 0xd5f56afcL, 0x593b, 0x101a, 0xb5, 0x69, 0x08
typedef struct IRpcStubBuffer IRpcStubBuffer,*LPRPCSTUBBUFFER;
DEFINE_GUID (CLSID_PSFactoryBuffer, 0x00000320L, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46);
/*****************************************************************************
* IChannelHook interface
*/
......
......@@ -19,6 +19,8 @@ typedef struct IMarshal IMarshal,*LPMARSHAL;
DEFINE_OLEGUID(IID_IStdMarshalInfo, 0x00000018L, 0, 0);
typedef struct IStdMarshalInfo IStdMarshalInfo,*LPSTDMARSHALINFO;
DEFINE_OLEGUID(CLSID_DfMarshal, 0x0000030BL, 0, 0);
/*****************************************************************************
* IMarshal interface
......
......@@ -47,6 +47,9 @@ typedef struct ITypeLib2 ITypeLib2,*LPTYPELIB2;
DEFINE_OLEGUID(IID_ITypeInfo2, 0x00020412,0,0);
typedef struct ITypeInfo2 ITypeInfo2,*LPTYPEINFO2;
/* The OLE Automation ProxyStub Interface Class (aka Typelib Marshaler) */
DEFINE_OLEGUID(CLSID_PSOAInterface, 0x00020424,0,0);
/*****************************************************************************
* Automation data types
*/
......
......@@ -28,6 +28,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "shlguid.h"
#include "shlobj.h"
#include "wine/obj_queryassociations.h"
#include "wine/obj_channel.h"
/* FIXME: cguids declares GUIDs but does not define their values */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment