Commit 21066d0d authored by Alexandre Julliard's avatar Alexandre Julliard

Link kernel32 as a normal dll.

parent 823cec66
......@@ -6,10 +6,12 @@ VPATH = @srcdir@
MODULE = kernel32.dll
IMPORTS = ntdll
ALTNAMES = krnl386.exe comm.drv stress.dll system.drv toolhelp.dll windebug.dll win87em.dll
LDIMPORTS = ntdll.dll
EXTRALIBS = $(LIBUNICODE)
DLLMAIN = MAIN_KernelInit
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
SPEC_SRCS16 = \
comm.drv.spec \
krnl386.exe.spec \
......
......@@ -1078,4 +1078,13 @@
################################################################
# Wine dll separation hacks, these will go away, don't use them
#
@ cdecl CDROM_InitRegistry(long long str)
@ cdecl MODULE_DllThreadAttach(ptr)
@ cdecl MODULE_GetLoadOrderA(ptr str str long)
@ cdecl MODULE_GetLoadOrderW(ptr wstr wstr long)
@ cdecl SIGNAL_Init()
@ cdecl SYSDEPS_ExitThread(long)
@ cdecl SYSDEPS_SetCurThread(ptr)
@ cdecl SYSDEPS_SpawnThread(ptr ptr)
@ cdecl VERSION_Init(wstr)
@ cdecl VIRTUAL_SetFaultHandler(ptr ptr ptr)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment