janitorial: Remove unneeded user32 imports.

This commit is contained in:
Hans Leidekker 2008-12-16 16:41:16 +01:00 committed by Alexandre Julliard
parent 8bd9a3aa09
commit 63aff890d7
15 changed files with 15 additions and 15 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 = \

View File

@ -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

View File

@ -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 \