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
21066d0d
Commit
21066d0d
authored
Oct 10, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link kernel32 as a normal dll.
parent
823cec66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
Makefile.in
dlls/kernel/Makefile.in
+3
-1
ntdll.spec
dlls/ntdll/ntdll.spec
+9
-0
No files found.
dlls/kernel/Makefile.in
View file @
21066d0d
...
...
@@ -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
\
...
...
dlls/ntdll/ntdll.spec
View file @
21066d0d
...
...
@@ -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)
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