mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
kernelbase: No longer import kernel32.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9fba161dfd
commit
3318278bfd
2 changed files with 3 additions and 1 deletions
|
@ -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 = \
|
||||
|
|
|
@ -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.@)
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue