Skip to content

Commit

Permalink
[SDK][KernelBase] Import KernelBase from WINE-9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Nov 1, 2024
1 parent cf2cbbe commit c75aea3
Show file tree
Hide file tree
Showing 24 changed files with 50,848 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dll/win32/KernelBase/wine/Makefile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
EXTRADEFS = -DWINBASEAPI= -DWINADVAPI= -DWINUSERAPI= -DWINSHLWAPI=
MODULE = kernelbase.dll
IMPORTLIB = kernelbase
IMPORTS = uuid ntdll winecrt0

EXTRADLLFLAGS = -nodefaultlibs -nostartfiles
i386_EXTRADLLFLAGS = -Wl,--image-base,0x7b000000
x86_64_EXTRADLLFLAGS = -Wl,--image-base,0x174000000

SOURCES = \
console.c \
debug.c \
file.c \
kernelbase.rc \
loader.c \
locale.c \
main.c \
memory.c \
path.c \
process.c \
registry.c \
security.c \
string.c \
sync.c \
thread.c \
version.c \
volume.c \
winerror.mc
Loading

0 comments on commit c75aea3

Please sign in to comment.