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
9a5141b3
Commit
9a5141b3
authored
Aug 01, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msdaps: Specify the PSFactoryBuffer class in the idl files.
parent
d428dd34
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
7 deletions
+15
-7
.gitignore
.gitignore
+0
-2
Makefile.in
dlls/msdaps/Makefile.in
+1
-5
main.c
dlls/msdaps/main.c
+1
-0
msdaps.idl
dlls/msdaps/msdaps.idl
+6
-0
row_server.idl
dlls/msdaps/row_server.idl
+7
-0
No files found.
.gitignore
View file @
9a5141b3
...
...
@@ -67,10 +67,8 @@ dlls/libkernel.def
dlls/libwinspool.def
dlls/libxinput.def
dlls/msdaps/msdaps.h
dlls/msdaps/msdaps_i.c
dlls/msdaps/msdaps_p.c
dlls/msdaps/row_server.h
dlls/msdaps/row_server_i.c
dlls/msdaps/row_server_p.c
dlls/mshtml.tlb/mshtml_tlb.tlb
dlls/mshtml/nsiface.h
...
...
dlls/msdaps/Makefile.in
View file @
9a5141b3
MODULE
=
msdaps.dll
IMPORTS
=
uuid oleaut32 ole32 rpcrt4 advapi32
EXTRADEFS
=
-DWINE_REGISTER_DLL
-DPROXY_CLSID
_IS
=
"{ 0x06210e88, 0x01f5, 0x11d1, { 0xb5, 0x12, 0x00, 0x80, 0xc7, 0x81, 0xc3, 0x84 } }"
-DENTRY_PREFIX
=
msdaps_
EXTRADEFS
=
-DWINE_REGISTER_DLL
-DPROXY_CLSID
=
CLSID_PSFactoryBuffer
-DENTRY_PREFIX
=
msdaps_
EXTRAIDLFLAGS
=
--win32-align
=
2
EXTRA_OBJS
=
dlldata.o
...
...
@@ -10,10 +10,6 @@ C_SRCS = \
row_server.c
\
usrmarshal.c
IDL_I_SRCS
=
\
msdaps.idl
\
row_server.idl
IDL_P_SRCS
=
\
msdaps.idl
\
row_server.idl
...
...
dlls/msdaps/main.c
View file @
9a5141b3
...
...
@@ -29,6 +29,7 @@
#include "wingdi.h"
#include "winuser.h"
#include "winerror.h"
#include "initguid.h"
#include "objbase.h"
#include "oleauto.h"
#define DBINITCONSTANTS
...
...
dlls/msdaps/msdaps.idl
View file @
9a5141b3
#
include
"oledb.idl"
[
threading
(
both
),
uuid
(
06210
e88
-
01
f5
-
11
d1
-
b512
-
0080
c781c384
)
]
coclass
PSFactoryBuffer
{
interface
IFactoryBuffer
; }
dlls/msdaps/row_server.idl
View file @
9a5141b3
...
...
@@ -20,6 +20,13 @@
import
"oledb.idl"
;
[
threading
(
both
),
uuid
(
06210
e88
-
01
f5
-
11
d1
-
b512
-
0080
c781c384
)
]
coclass
PSFactoryBuffer
{
interface
IFactoryBuffer
; }
[
object
,
uuid
(
38248178
-
cf6d
-
11
de
-
abe5
-
000
c2916d865
),
...
...
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