kernelbase: No longer import kernel32.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-12-13 09:50:15 +01:00
parent 9fba161dfd
commit 3318278bfd
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
MODULE = kernelbase.dll
IMPORTLIB = kernelbase
IMPORTS = uuid ntdll winecrt0 kernel32
IMPORTS = uuid ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin
C_SRCS = \

View file

@ -43,6 +43,8 @@ typedef INT (WINAPI *MessageBoxW_funcptr)(HWND,LPCWSTR,LPCWSTR,UINT);
static PTOP_LEVEL_EXCEPTION_FILTER top_filter;
void *dummy = RtlUnwind; /* force importing RtlUnwind from ntdll */
/***********************************************************************
* CheckRemoteDebuggerPresent (kernelbase.@)
*/