Sweden-Number/dlls/kernel32
Huw Davies 3e927c4aec ntdll: Extend NtGetTickCount() to return 64-bits. Forward kernel32 functions to it.
Marking the function as DECLSPEC_HOTPATCH to avoid reopening
https://bugs.winehq.org/show_bug.cgi?id=36486 .  Even with -fno-PIC,
without DECLSPEC_HOTPATCH the generated code has a pushl at offset 7
that triggers the failure.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-16 20:54:23 +02:00
..
nls kernel32: Add Asturian locale. 2019-05-03 21:47:49 +02:00
tests ntdll: Fix breakpoint exception address on 64-bit Linux. 2019-05-15 22:04:39 +02:00
Makefile.in
actctx.c kernel32: Add DECLSPEC_HOTPATCH to CreateActCtx. 2019-04-23 23:50:45 +02:00
atom.c
change.c
comm.c
computername.c
console.c
console_private.h
cpu.c
debugger.c include: Move inline assembly definitions to a new wine/asm.h header. 2019-05-14 13:45:07 +02:00
editline.c
environ.c
except.c
fiber.c
file.c kernel32: Use strncmpiW instead of memicmpW for strings without embedded nulls. 2019-05-07 11:31:05 -05:00
format_msg.c
heap.c kernel32: Add MapUserPhysicalPages stub. 2019-04-25 17:28:11 +02:00
kernel32.spec ntdll: Extend NtGetTickCount() to return 64-bits. Forward kernel32 functions to it. 2019-05-16 20:54:23 +02:00
kernel_main.c ntdll: Extend NtGetTickCount() to return 64-bits. Forward kernel32 functions to it. 2019-05-16 20:54:23 +02:00
kernel_private.h
lcformat.c
locale.c
locale_rc.rc kernel32: Add Asturian locale. 2019-05-03 21:47:49 +02:00
lzexpand.c
module.c include: Move inline assembly definitions to a new wine/asm.h header. 2019-05-14 13:45:07 +02:00
nameprep.c
oldconfig.c
path.c ntdll: Extend NtGetTickCount() to return 64-bits. Forward kernel32 functions to it. 2019-05-16 20:54:23 +02:00
powermgnt.c
process.c include: Pass function name directly to the __ASM_STDCALL macro. 2019-05-16 19:00:10 +02:00
profile.c kernel32: Simplify is_not_current(). 2019-05-15 19:23:44 +02:00
resource.c
string.c
sync.c include: Move inline assembly definitions to a new wine/asm.h header. 2019-05-14 13:45:07 +02:00
tape.c
term.c
thread.c include: Move inline assembly definitions to a new wine/asm.h header. 2019-05-14 13:45:07 +02:00
time.c kernel32: Forward GetSystemTimeAsFileTime() to NtQuerySystemTime(). 2019-05-15 19:23:48 +02:00
toolhelp.c
version.c
version.rc
virtual.c kernel32: Add K32GetWsChangesEx stub. 2019-05-09 08:23:31 -05:00
volume.c kernel32: Use strncmpiW instead of memicmpW for strings without embedded nulls. 2019-05-07 11:31:05 -05:00
wer.c
winerror.mc