Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yoann Laissus
wine
Commits
a3ff175e
Commit
a3ff175e
authored
23 years ago
by
Marcus Meissner
Committed by
Alexandre Julliard
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Moved guids needed for Proxy/Stub factories to respective .h files,
add to libwine_uuid.
parent
bd1689ec
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
include/wine/obj_channel.h
+3
-0
3 additions, 0 deletions
include/wine/obj_channel.h
include/wine/obj_marshal.h
+2
-0
2 additions, 0 deletions
include/wine/obj_marshal.h
include/wine/obj_oleaut.h
+3
-0
3 additions, 0 deletions
include/wine/obj_oleaut.h
ole/uuid.c
+1
-0
1 addition, 0 deletions
ole/uuid.c
with
9 additions
and
0 deletions
include/wine/obj_channel.h
+
3
−
0
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
*/
...
...
This diff is collapsed.
Click to expand it.
include/wine/obj_marshal.h
+
2
−
0
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
...
...
This diff is collapsed.
Click to expand it.
include/wine/obj_oleaut.h
+
3
−
0
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
*/
...
...
This diff is collapsed.
Click to expand it.
ole/uuid.c
+
1
−
0
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 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment