Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
096bf10f
Commit
096bf10f
authored
Aug 01, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Specify the PSFactoryBuffer class in the idl files.
parent
9a5141b3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
1 deletion
+24
-1
compobj_private.h
dlls/ole32/compobj_private.h
+0
-1
dcom.idl
dlls/ole32/dcom.idl
+6
-0
ole32_objidl.idl
dlls/ole32/ole32_objidl.idl
+6
-0
ole32_oleidl.idl
dlls/ole32/ole32_oleidl.idl
+6
-0
ole32_unknwn.idl
dlls/ole32/ole32_unknwn.idl
+6
-0
No files found.
dlls/ole32/compobj_private.h
View file @
096bf10f
...
...
@@ -42,7 +42,6 @@ struct apartment;
typedef
struct
apartment
APARTMENT
;
DEFINE_OLEGUID
(
CLSID_DfMarshal
,
0x0000030b
,
0
,
0
);
DEFINE_OLEGUID
(
CLSID_PSFactoryBuffer
,
0x00000320
,
0
,
0
);
/* signal to stub manager that this is a rem unknown object */
#define MSHLFLAGSP_REMUNKNOWN 0x80000000
...
...
dlls/ole32/dcom.idl
View file @
096bf10f
...
...
@@ -22,6 +22,12 @@
import "unknwn.idl";
[
threading(both),
uuid(00000320-0000-0000-c000-000000000046)
]
coclass PSFactoryBuffer { interface IFactoryBuffer; }
[
uuid(99fcfe60-5260-101b-bbcb-00aa0021347a),
pointer_default(unique)
]
...
...
dlls/ole32/ole32_objidl.idl
View file @
096bf10f
...
...
@@ -97,6 +97,12 @@ coclass Picture_Dib { interface IPicture; }
coclass
ClassMoniker
{
interface
IMoniker
; }
[
threading
(
both
),
uuid
(
00000320
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
PSFactoryBuffer
{
interface
IFactoryBuffer
; }
[
threading
(
apartment
),
uuid
(
00000323
-
0000
-
0000
-
c000
-
000000000046
)
]
...
...
dlls/ole32/ole32_oleidl.idl
View file @
096bf10f
...
...
@@ -17,3 +17,9 @@
*/
#
include
"oleidl.idl"
[
threading
(
both
),
uuid
(
00000320
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
PSFactoryBuffer
{
interface
IFactoryBuffer
; }
dlls/ole32/ole32_unknwn.idl
View file @
096bf10f
...
...
@@ -23,3 +23,9 @@
cpp_quote
(
"#if 0 /* oleaut32_unknwn.idl hack */"
)
#
include
"unknwn.idl"
cpp_quote
(
"#endif /* oleaut32_unknwn.idl hack */"
)
[
threading
(
both
),
uuid
(
00000320
-
0000
-
0000
-
c000
-
000000000046
)
]
coclass
PSFactoryBuffer
{
interface
IFactoryBuffer
; }
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