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
63aff890
Commit
63aff890
authored
Dec 16, 2008
by
Hans Leidekker
Committed by
Alexandre Julliard
Dec 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
janitorial: Remove unneeded user32 imports.
parent
8bd9a3aa
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
Makefile.in
dlls/amstream/Makefile.in
+1
-1
Makefile.in
dlls/d3dxof/Makefile.in
+1
-1
Makefile.in
dlls/dmband/Makefile.in
+1
-1
Makefile.in
dlls/dmcompos/Makefile.in
+1
-1
Makefile.in
dlls/dmloader/Makefile.in
+1
-1
Makefile.in
dlls/dmscript/Makefile.in
+1
-1
Makefile.in
dlls/dmstyle/Makefile.in
+1
-1
Makefile.in
dlls/dmsynth/Makefile.in
+1
-1
Makefile.in
dlls/dmusic/Makefile.in
+1
-1
Makefile.in
dlls/dpnet/Makefile.in
+1
-1
Makefile.in
dlls/dsound/Makefile.in
+1
-1
Makefile.in
dlls/dswave/Makefile.in
+1
-1
Makefile.in
dlls/inseng/Makefile.in
+1
-1
Makefile.in
dlls/mlang/Makefile.in
+1
-1
Makefile.in
dlls/objsel/Makefile.in
+1
-1
No files found.
dlls/amstream/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
amstream.dll
IMPORTS
=
strmiids uuid ole32
user32
advapi32 kernel32
IMPORTS
=
strmiids uuid ole32 advapi32 kernel32
C_SRCS
=
\
amstream.c
\
...
...
dlls/d3dxof/Makefile.in
View file @
63aff890
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
d3dxof.dll
IMPORTLIB
=
d3dxof
IMPORTS
=
dxguid uuid ole32
user32
advapi32 kernel32
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
main.c
\
...
...
dlls/dmband/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dmband.dll
IMPORTS
=
dxguid uuid ole32
user32
advapi32 kernel32
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
band.c
\
...
...
dlls/dmcompos/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dmcompos.dll
IMPORTS
=
dxguid uuid ole32
user32
advapi32 kernel32
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
chordmap.c
\
...
...
dlls/dmloader/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dmloader.dll
IMPORTS
=
dxguid uuid ole32
user32
advapi32 kernel32
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
classfactory.c
\
...
...
dlls/dmscript/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dmscript.dll
IMPORTS
=
dxguid uuid ole32
user32
advapi32 kernel32
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
dmscript_main.c
\
...
...
dlls/dmstyle/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dmstyle.dll
IMPORTS
=
dxguid uuid ole32
user32
advapi32 kernel32
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
auditiontrack.c
\
...
...
dlls/dmsynth/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dmsynth.dll
IMPORTS
=
dxguid uuid ole32
user32
advapi32 kernel32
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
dmsynth_main.c
\
...
...
dlls/dmusic/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dmusic.dll
IMPORTS
=
dxguid uuid ole32
user32
advapi32 kernel32
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
buffer.c
\
...
...
dlls/dpnet/Makefile.in
View file @
63aff890
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
dpnet.dll
IMPORTLIB
=
dpnet
IMPORTS
=
dxguid uuid ole32
user32
advapi32 kernel32
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
address.c
\
...
...
dlls/dsound/Makefile.in
View file @
63aff890
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
dsound.dll
IMPORTLIB
=
dsound
IMPORTS
=
dxguid uuid winmm ole32
user32
advapi32 kernel32 ntdll
IMPORTS
=
dxguid uuid winmm ole32 advapi32 kernel32 ntdll
C_SRCS
=
\
buffer.c
\
...
...
dlls/dswave/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dswave.dll
IMPORTS
=
dxguid uuid ole32
user32
advapi32 kernel32
IMPORTS
=
dxguid uuid ole32 advapi32 kernel32
C_SRCS
=
\
dswave.c
\
...
...
dlls/inseng/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
inseng.dll
IMPORTS
=
uuid ole32
user32
advapi32 kernel32
IMPORTS
=
uuid ole32 advapi32 kernel32
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
C_SRCS
=
\
...
...
dlls/mlang/Makefile.in
View file @
63aff890
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
mlang.dll
IMPORTLIB
=
mlang
IMPORTS
=
uuid ole32
user32
gdi32 advapi32 kernel32
IMPORTS
=
uuid ole32 gdi32 advapi32 kernel32
DELAYIMPORTS
=
oleaut32
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
...
...
dlls/objsel/Makefile.in
View file @
63aff890
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
objsel.dll
IMPORTS
=
strmiids uuid ole32
user32
advapi32 kernel32
IMPORTS
=
strmiids uuid ole32 advapi32 kernel32
C_SRCS
=
\
factory.c
\
...
...
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