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
55e44092
Commit
55e44092
authored
Oct 13, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Remove useless definitions of COM_NO_WINDOWS_H.
parent
0994781d
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
5 additions
and
24 deletions
+5
-24
Makefile.in
dlls/browseui/Makefile.in
+0
-1
Makefile.in
dlls/dplayx/Makefile.in
+0
-1
Makefile.in
dlls/explorerframe/Makefile.in
+0
-1
Makefile.in
dlls/gameux/Makefile.in
+0
-1
Makefile.in
dlls/infosoft/Makefile.in
+0
-1
Makefile.in
dlls/inseng/Makefile.in
+0
-1
Makefile.in
dlls/itss/Makefile.in
+0
-1
Makefile.in
dlls/mlang/Makefile.in
+0
-1
Makefile.in
dlls/mshtml/Makefile.in
+0
-1
Makefile.in
dlls/msxml3/Makefile.in
+0
-1
Makefile.in
dlls/msxml4/Makefile.in
+0
-1
Makefile.in
dlls/msxml6/Makefile.in
+0
-1
Makefile.in
dlls/ole32/Makefile.in
+1
-2
Makefile.in
dlls/oleaut32/Makefile.in
+1
-2
Makefile.in
dlls/oledb32/Makefile.in
+0
-1
Makefile.in
dlls/query/Makefile.in
+0
-1
Makefile.in
dlls/rpcrt4/Makefile.in
+1
-1
Makefile.in
dlls/rsabase/Makefile.in
+0
-1
Makefile.in
dlls/rsaenh/Makefile.in
+0
-1
Makefile.in
dlls/shell32/Makefile.in
+1
-1
Makefile.in
dlls/sti/tests/Makefile.in
+1
-1
Makefile.in
dlls/wuapi/Makefile.in
+0
-1
No files found.
dlls/browseui/Makefile.in
View file @
55e44092
MODULE
=
browseui.dll
IMPORTS
=
uuid ole32 comctl32 user32 advapi32
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
C_SRCS
=
\
aclmulti.c
\
...
...
dlls/dplayx/Makefile.in
View file @
55e44092
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
dplayx.dll
IMPORTLIB
=
dplayx
IMPORTS
=
dxguid uuid winmm ole32 user32 advapi32
...
...
dlls/explorerframe/Makefile.in
View file @
55e44092
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
explorerframe.dll
IMPORTS
=
uuid ole32 shell32 user32
...
...
dlls/gameux/Makefile.in
View file @
55e44092
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
gameux.dll
IMPORTS
=
uuid shell32 oleaut32 ole32 user32 advapi32 shlwapi
...
...
dlls/infosoft/Makefile.in
View file @
55e44092
MODULE
=
infosoft.dll
IMPORTS
=
uuid advapi32
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
C_SRCS
=
\
infosoft_main.c
\
...
...
dlls/inseng/Makefile.in
View file @
55e44092
MODULE
=
inseng.dll
IMPORTS
=
uuid ole32 advapi32
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
C_SRCS
=
\
inseng_main.c
...
...
dlls/itss/Makefile.in
View file @
55e44092
MODULE
=
itss.dll
IMPORTS
=
uuid urlmon shlwapi ole32
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
C_SRCS
=
\
chm_lib.c
\
...
...
dlls/mlang/Makefile.in
View file @
55e44092
...
...
@@ -2,7 +2,6 @@ MODULE = mlang.dll
IMPORTLIB
=
mlang
IMPORTS
=
uuid ole32 gdi32 advapi32
DELAYIMPORTS
=
oleaut32
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
C_SRCS
=
\
mlang.c
...
...
dlls/mshtml/Makefile.in
View file @
55e44092
MODULE
=
mshtml.dll
IMPORTLIB
=
mshtml
IMPORTS
=
strmiids uuid urlmon shlwapi shell32 ole32 oleaut32 user32 gdi32 advapi32
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
DELAYIMPORTS
=
wininet
C_SRCS
=
\
...
...
dlls/msxml3/Makefile.in
View file @
55e44092
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
msxml3.dll
IMPORTS
=
uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
EXTRALIBS
=
@XML2_LIBS@
...
...
dlls/msxml4/Makefile.in
View file @
55e44092
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
msxml4.dll
IMPORTS
=
ole32 advapi32
...
...
dlls/msxml6/Makefile.in
View file @
55e44092
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
msxml6.dll
IMPORTS
=
oleaut32 ole32 advapi32
...
...
dlls/ole32/Makefile.in
View file @
55e44092
...
...
@@ -2,8 +2,7 @@ MODULE = ole32.dll
IMPORTLIB
=
ole32
IMPORTS
=
uuid advapi32 user32 gdi32 rpcrt4
DELAYIMPORTS
=
oleaut32
EXTRADEFS
=
-D_OLE32_
-DCOM_NO_WINDOWS_H
\
-DENTRY_PREFIX
=
OLE32_
-DPROXY_CLSID
=
CLSID_PSFactoryBuffer
-DWINE_REGISTER_DLL
EXTRADEFS
=
-D_OLE32_
-DENTRY_PREFIX
=
OLE32_
-DPROXY_CLSID
=
CLSID_PSFactoryBuffer
-DWINE_REGISTER_DLL
C_SRCS
=
\
antimoniker.c
\
...
...
dlls/oleaut32/Makefile.in
View file @
55e44092
...
...
@@ -2,8 +2,7 @@ MODULE = oleaut32.dll
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
=
CLSID_PSFactoryBuffer
EXTRADEFS
=
-D_OLEAUT32_
-DENTRY_PREFIX
=
OLEAUTPS_
-DPROXY_DELEGATION
-DWINE_REGISTER_DLL
-DPROXY_CLSID
=
CLSID_PSFactoryBuffer
C_SRCS
=
\
connpt.c
\
...
...
dlls/oledb32/Makefile.in
View file @
55e44092
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
oledb32.dll
IMPORTS
=
uuid oleaut32 ole32 user32 advapi32
...
...
dlls/query/Makefile.in
View file @
55e44092
MODULE
=
query.dll
IMPORTS
=
uuid
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
C_SRCS
=
\
query_main.c
...
...
dlls/rpcrt4/Makefile.in
View file @
55e44092
EXTRADEFS
=
-D_RPCRT4_
-D
COM_NO_WINDOWS_H
-D
MSWMSG
EXTRADEFS
=
-D_RPCRT4_
-DMSWMSG
MODULE
=
rpcrt4.dll
IMPORTLIB
=
rpcrt4
IMPORTS
=
uuid advapi32
...
...
dlls/rsabase/Makefile.in
View file @
55e44092
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
rsabase.dll
IMPORTS
=
rsaenh
...
...
dlls/rsaenh/Makefile.in
View file @
55e44092
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
rsaenh.dll
IMPORTLIB
=
rsaenh
IMPORTS
=
crypt32 advapi32
...
...
dlls/shell32/Makefile.in
View file @
55e44092
EXTRADEFS
=
-D_SHELL32_
-DCOM_NO_WINDOWS_H
EXTRADEFS
=
-D_SHELL32_
MODULE
=
shell32.dll
IMPORTLIB
=
shell32
IMPORTS
=
uuid shlwapi comctl32 user32 gdi32 advapi32
...
...
dlls/sti/tests/Makefile.in
View file @
55e44092
EXTRADEFS
=
-
DCOM_NO_WINDOWS_H
-
U__WINESRC__
-DWINE_STRICT_PROTOTYPES
-DWINE_NO_NAMELESS_EXTENSION
-DWIDL_C_INLINE_WRAPPERS
EXTRADEFS
=
-U__WINESRC__
-DWINE_STRICT_PROTOTYPES
-DWINE_NO_NAMELESS_EXTENSION
-DWIDL_C_INLINE_WRAPPERS
TESTDLL
=
sti.dll
IMPORTS
=
uuid ole32
...
...
dlls/wuapi/Makefile.in
View file @
55e44092
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
MODULE
=
wuapi.dll
IMPORTS
=
uuid ole32 advapi32
...
...
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