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
cc4da885
Commit
cc4da885
authored
Aug 27, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explicitly import kernel32 in tests that use it.
parent
48c80f3b
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
22 additions
and
22 deletions
+22
-22
Makefile.in
dlls/comctl32/tests/Makefile.in
+1
-1
Makefile.in
dlls/crypt32/tests/Makefile.in
+1
-1
Makefile.in
dlls/gdi/tests/Makefile.in
+1
-1
Makefile.in
dlls/iphlpapi/tests/Makefile.in
+1
-1
Makefile.in
dlls/lzexpand/tests/Makefile.in
+1
-1
Makefile.in
dlls/mapi32/tests/Makefile.in
+1
-1
Makefile.in
dlls/msacm/tests/Makefile.in
+1
-1
Makefile.in
dlls/mshtml/tests/Makefile.in
+1
-1
Makefile.in
dlls/msvcrt/tests/Makefile.in
+1
-1
Makefile.in
dlls/msvcrtd/tests/Makefile.in
+1
-1
Makefile.in
dlls/netapi32/tests/Makefile.in
+1
-1
Makefile.in
dlls/oleaut32/tests/Makefile.in
+1
-1
Makefile.in
dlls/rpcrt4/tests/Makefile.in
+1
-1
Makefile.in
dlls/secur32/tests/Makefile.in
+1
-1
Makefile.in
dlls/shell32/tests/Makefile.in
+1
-1
Makefile.in
dlls/shlwapi/tests/Makefile.in
+1
-1
Makefile.in
dlls/urlmon/tests/Makefile.in
+1
-1
Makefile.in
dlls/user/tests/Makefile.in
+1
-1
Makefile.in
dlls/version/tests/Makefile.in
+1
-1
Makefile.in
dlls/wininet/tests/Makefile.in
+1
-1
Makefile.in
dlls/winsock/tests/Makefile.in
+1
-1
Makefile.in
programs/winetest/Makefile.in
+1
-1
No files found.
dlls/comctl32/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
comctl32.dll
IMPORTS
=
comctl32 ole32 shlwapi user32 gdi32 advapi32
IMPORTS
=
comctl32 ole32 shlwapi user32 gdi32 advapi32
kernel32
CTESTS
=
\
dpa.c
\
...
...
dlls/crypt32/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
crypt32.dll
IMPORTS
=
crypt32
IMPORTS
=
crypt32
kernel32
CTESTS
=
\
cert.c
\
...
...
dlls/gdi/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
gdi32.dll
IMPORTS
=
user32 gdi32
IMPORTS
=
user32 gdi32
kernel32
CTESTS
=
\
bitmap.c
\
...
...
dlls/iphlpapi/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
iphlpapi.dll
IMPORTS
=
iphlpapi
IMPORTS
=
iphlpapi
kernel32
CTESTS
=
\
iphlpapi.c
...
...
dlls/lzexpand/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
lz32.dll
IMPORTS
=
lz32
IMPORTS
=
lz32
kernel32
CTESTS
=
\
lzexpand_main.c
...
...
dlls/mapi32/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
mapi32.dll
IMPORTS
=
mapi32
IMPORTS
=
mapi32
kernel32
EXTRALIBS
=
-luuid
CTESTS
=
\
...
...
dlls/msacm/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
msacm32.dll
IMPORTS
=
msacm32
IMPORTS
=
msacm32
kernel32
CTESTS
=
\
msacm.c
...
...
dlls/mshtml/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
mshtml.dll
IMPORTS
=
ole32 user32 urlmon
IMPORTS
=
ole32 user32 urlmon
kernel32
EXTRALIBS
=
-luuid
CTESTS
=
\
...
...
dlls/msvcrt/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
msvcrt.dll
IMPORTS
=
msvcrt
IMPORTS
=
msvcrt
kernel32
MODCFLAGS
=
@BUILTINFLAG@
EXTRAINCL
=
-I
$(TOPSRCDIR)
/include/msvcrt
-I
$(SRCDIR)
/..
...
...
dlls/msvcrtd/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
msvcrtd.dll
IMPORTS
=
msvcrt
IMPORTS
=
msvcrt
kernel32
EXTRAINCL
=
-I
$(TOPSRCDIR)
/include/msvcrt
MODCFLAGS
=
@BUILTINFLAG@
...
...
dlls/netapi32/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
netapi32.dll
IMPORTS
=
netapi32 advapi32
IMPORTS
=
netapi32 advapi32
kernel32
CTESTS
=
\
access.c
\
...
...
dlls/oleaut32/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
oleaut32.dll
IMPORTS
=
oleaut32 ole32 gdi32
IMPORTS
=
oleaut32 ole32 gdi32
kernel32
EXTRALIBS
=
-luuid
CTESTS
=
\
...
...
dlls/rpcrt4/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
rpcrt4.dll
IMPORTS
=
rpcrt4
IMPORTS
=
rpcrt4
kernel32
CTESTS
=
\
generated.c
\
...
...
dlls/secur32/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
secur32.dll
IMPORTS
=
secur32
IMPORTS
=
secur32
kernel32
CTESTS
=
\
main.c
...
...
dlls/shell32/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
shell32.dll
IMPORTS
=
shell32 ole32 oleaut32 shlwapi advapi32
IMPORTS
=
shell32 ole32 oleaut32 shlwapi advapi32
kernel32
EXTRALIBS
=
-luuid
CTESTS
=
\
...
...
dlls/shlwapi/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
shlwapi.dll
IMPORTS
=
shlwapi advapi32 ole32 oleaut32
IMPORTS
=
shlwapi advapi32 ole32 oleaut32
kernel32
CTESTS
=
\
clist.c
\
...
...
dlls/urlmon/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
urlmon.dll
IMPORTS
=
urlmon user32
IMPORTS
=
urlmon user32
kernel32
EXTRALIBS
=
-luuid
CTESTS
=
\
...
...
dlls/user/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
user32.dll
IMPORTS
=
user32 gdi32 advapi32
IMPORTS
=
user32 gdi32 advapi32
kernel32
CTESTS
=
\
class.c
\
...
...
dlls/version/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
version.dll
IMPORTS
=
version
IMPORTS
=
version
kernel32
CTESTS
=
\
info.c
...
...
dlls/wininet/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
wininet.dll
IMPORTS
=
wininet
IMPORTS
=
wininet
kernel32
CTESTS
=
\
generated.c
\
...
...
dlls/winsock/tests/Makefile.in
View file @
cc4da885
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
ws2_32.dll
IMPORTS
=
ws2_32
IMPORTS
=
ws2_32
kernel32
CTESTS
=
\
protocol.c
\
...
...
programs/winetest/Makefile.in
View file @
cc4da885
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
winetest.exe
APPMODE
=
-mconsole
IMPORTS
=
comctl32 user32 gdi32 wsock32
IMPORTS
=
comctl32 user32 gdi32 wsock32
kernel32
C_SRCS
=
\
gui.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