Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
a3ff175e
Commit
a3ff175e
authored
Jan 22, 2002
by
Marcus Meissner
Committed by
Alexandre Julliard
Jan 22, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved guids needed for Proxy/Stub factories to respective .h files,
add to libwine_uuid.
parent
bd1689ec
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
+9
-0
obj_channel.h
include/wine/obj_channel.h
+3
-0
obj_marshal.h
include/wine/obj_marshal.h
+2
-0
obj_oleaut.h
include/wine/obj_oleaut.h
+3
-0
uuid.c
ole/uuid.c
+1
-0
No files found.
include/wine/obj_channel.h
View file @
a3ff175e
...
...
@@ -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
*/
...
...
include/wine/obj_marshal.h
View file @
a3ff175e
...
...
@@ -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
...
...
include/wine/obj_oleaut.h
View file @
a3ff175e
...
...
@@ -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
*/
...
...
ole/uuid.c
View file @
a3ff175e
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment