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
e6794718
Commit
e6794718
authored
Aug 28, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always define WIDL_C_INLINE_WRAPPERS.
parent
9d1bec60
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
7 additions
and
11 deletions
+7
-11
Maketest.rules.in
Maketest.rules.in
+1
-1
Makefile.in
dlls/fusion/Makefile.in
+0
-1
Makefile.in
dlls/fusion/tests/Makefile.in
+0
-1
Makefile.in
dlls/mshtml/Makefile.in
+1
-1
Makefile.in
dlls/msi/Makefile.in
+0
-1
Makefile.in
dlls/msxml3/Makefile.in
+0
-1
Makefile.in
dlls/msxml3/tests/Makefile.in
+0
-1
Makefile.in
dlls/sxs/Makefile.in
+0
-1
Makefile.in
dlls/sxs/tests/Makefile.in
+0
-1
Makefile.in
dlls/windowscodecs/Makefile.in
+1
-1
Makefile.in
dlls/winhttp/Makefile.in
+0
-1
unknwn.idl
include/unknwn.idl
+4
-0
No files found.
Maketest.rules.in
View file @
e6794718
...
...
@@ -10,7 +10,7 @@
#
DLLFLAGS = @DLLFLAGS@
DEFS = -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION $(EXTRADEFS)
DEFS = -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION
-DWIDL_C_INLINE_WRAPPERS
$(EXTRADEFS)
MODULE = $(TESTDLL:%.dll=%)_test.exe
TESTRESULTS = $(C_SRCS:.c=.ok)
...
...
dlls/fusion/Makefile.in
View file @
e6794718
MODULE
=
fusion.dll
IMPORTS
=
advapi32 dbghelp shlwapi version user32
EXTRADEFS
=
-DWIDL_C_INLINE_WRAPPERS
C_SRCS
=
\
asmcache.c
\
...
...
dlls/fusion/tests/Makefile.in
View file @
e6794718
TESTDLL
=
fusion.dll
IMPORTS
=
user32
EXTRADEFS
=
-DWIDL_C_INLINE_WRAPPERS
C_SRCS
=
\
asmcache.c
\
...
...
dlls/mshtml/Makefile.in
View file @
e6794718
MODULE
=
mshtml.dll
IMPORTLIB
=
mshtml
IMPORTS
=
strmiids uuid urlmon shlwapi shell32 ole32 oleaut32 user32 gdi32 advapi32
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
-DWIDL_C_INLINE_WRAPPERS
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
DELAYIMPORTS
=
wininet
C_SRCS
=
\
...
...
dlls/msi/Makefile.in
View file @
e6794718
...
...
@@ -2,7 +2,6 @@ MODULE = msi.dll
IMPORTLIB
=
msi
IMPORTS
=
uuid urlmon wininet comctl32 shell32 shlwapi cabinet oleaut32 ole32 version user32 gdi32 advapi32
DELAYIMPORTS
=
odbccp32 wintrust crypt32 imagehlp
EXTRADEFS
=
-DWIDL_C_INLINE_WRAPPERS
C_SRCS
=
\
action.c
\
...
...
dlls/msxml3/Makefile.in
View file @
e6794718
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
msxml3.dll
IMPORTS
=
uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
EXTRADEFS
=
-DWIDL_C_INLINE_WRAPPERS
EXTRALIBS
=
@XML2LIBS@
EXTRAINCL
=
@XML2INCL@ @XSLTINCL@
...
...
dlls/msxml3/tests/Makefile.in
View file @
e6794718
TESTDLL
=
msxml3.dll
IMPORTS
=
oleaut32 ole32 user32
EXTRADEFS
=
-DWIDL_C_INLINE_WRAPPERS
C_SRCS
=
\
domdoc.c
\
...
...
dlls/sxs/Makefile.in
View file @
e6794718
MODULE
=
sxs.dll
IMPORTS
=
oleaut32 ole32
IMPORTLIB
=
sxs
EXTRADEFS
=
-DWIDL_C_INLINE_WRAPPERS
C_SRCS
=
\
cache.c
\
...
...
dlls/sxs/tests/Makefile.in
View file @
e6794718
TESTDLL
=
sxs.dll
IMPORTS
=
sxs
EXTRADEFS
=
-DWIDL_C_INLINE_WRAPPERS
C_SRCS
=
\
cache.c
\
...
...
dlls/windowscodecs/Makefile.in
View file @
e6794718
...
...
@@ -2,7 +2,7 @@ MODULE = windowscodecs.dll
IMPORTLIB
=
windowscodecs
IMPORTS
=
uuid ole32 oleaut32 shlwapi advapi32 rpcrt4
EXTRAINCL
=
@PNGINCL@
EXTRADEFS
=
-DENTRY_PREFIX
=
WIC_
-DPROXY_DELEGATION
-DWINE_REGISTER_DLL
-DWIDL_C_INLINE_WRAPPERS
EXTRADEFS
=
-DENTRY_PREFIX
=
WIC_
-DPROXY_DELEGATION
-DWINE_REGISTER_DLL
EXTRALIBS
=
@APPLICATIONSERVICESLIB@
C_SRCS
=
\
...
...
dlls/winhttp/Makefile.in
View file @
e6794718
...
...
@@ -3,7 +3,6 @@ IMPORTLIB = winhttp
IMPORTS
=
uuid user32 advapi32
DELAYIMPORTS
=
oleaut32 ole32 crypt32
EXTRALIBS
=
@SOCKETLIBS@
EXTRADEFS
=
-DWIDL_C_INLINE_WRAPPERS
C_SRCS
=
\
cookie.c
\
...
...
include/unknwn.idl
View file @
e6794718
...
...
@@ -20,6 +20,10 @@
import
"wtypes.idl"
;
#
endif
cpp_quote
(
"#ifdef __WINESRC__"
)
cpp_quote
(
"#define WIDL_C_INLINE_WRAPPERS"
)
cpp_quote
(
"#endif"
)
cpp_quote
(
"#ifdef WIDL_C_INLINE_WRAPPERS"
)
cpp_quote
(
"#define SAVE_WIDL_C_INLINE_WRAPPERS"
)
cpp_quote
(
"#undef WIDL_C_INLINE_WRAPPERS"
)
...
...
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