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
df31247e
Commit
df31247e
authored
Aug 01, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Specify the PSFactoryBuffer class in the idl files.
parent
096bf10f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
Makefile.in
dlls/oleaut32/Makefile.in
+1
-2
oleaut.c
dlls/oleaut32/oleaut.c
+1
-0
oleaut32_oaidl.idl
dlls/oleaut32/oleaut32_oaidl.idl
+6
-0
oleaut32_ocidl.idl
dlls/oleaut32/oleaut32_ocidl.idl
+6
-0
No files found.
dlls/oleaut32/Makefile.in
View file @
df31247e
...
...
@@ -3,8 +3,7 @@ IMPORTLIB = oleaut32
IMPORTS
=
uuid ole32 rpcrt4 user32 gdi32 advapi32
DELAYIMPORTS
=
comctl32 urlmon windowscodecs
EXTRADEFS
=
-D_OLEAUT32_
-DCOM_NO_WINDOWS_H
\
-DENTRY_PREFIX
=
OLEAUTPS_
-DPROXY_DELEGATION
-DWINE_REGISTER_DLL
\
-DPROXY_CLSID_IS
=
"{0xb196b286,0xbab4,0x101a,{0xb6,0x9c,0x00,0xaa,0x00,0x34,0x1d,0x07}}"
-DENTRY_PREFIX
=
OLEAUTPS_
-DPROXY_DELEGATION
-DWINE_REGISTER_DLL
-DPROXY_CLSID
=
CLSID_PSFactoryBuffer
C_SRCS
=
\
connpt.c
\
...
...
dlls/oleaut32/oleaut.c
View file @
df31247e
...
...
@@ -35,6 +35,7 @@
#include "oleauto.h"
#include "initguid.h"
#include "typelib.h"
#include "oleaut32_oaidl.h"
#include "wine/debug.h"
#include "wine/unicode.h"
...
...
dlls/oleaut32/oleaut32_oaidl.idl
View file @
df31247e
...
...
@@ -23,3 +23,9 @@
cpp_quote
(
"#if 0 /* oleaut32_oaidl.idl hack */"
)
#
include
"oaidl.idl"
cpp_quote
(
"#endif /* oleaut32_oaidl.idl hack */"
)
[
threading
(
both
),
uuid
(
b196b286
-
bab4
-
101
a
-
b69c
-
00
aa00341d07
)
]
coclass
PSFactoryBuffer
{
interface
IFactoryBuffer
; }
dlls/oleaut32/oleaut32_ocidl.idl
View file @
df31247e
...
...
@@ -19,6 +19,12 @@
#
include
"ocidl.idl"
[
threading
(
both
),
uuid
(
b196b286
-
bab4
-
101
a
-
b69c
-
00
aa00341d07
)
]
coclass
PSFactoryBuffer
{
interface
IFactoryBuffer
; }
[
helpstring
(
"Standard Font"
),
progid
(
"StdFont"
),
threading
(
both
),
...
...
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