Sweden-Number/dlls/kernel32
Zebediah Figura 9b7e2f54b2 kernel32: Use RtlCreateUserStack().
Planet Coaster allocates 128kB of stack (both reserve and commit) but expects
to be able to use at least one page more than that. Native Windows always
reserves at least 1MB of stack.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-17 20:52:23 +02:00
..
nls kernel32: Add Asturian locale. 2019-05-03 21:47:49 +02:00
tests kernel32/tests: Add a test for GetTickCount(). 2019-06-14 18:23:55 +02:00
Makefile.in make_unicode: Add a wctype table in kernel32 for GetStringTypeW(). 2019-05-22 19:16:05 +02:00
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 kernel32: Simplify K32GetPerformanceInfo(). 2019-05-30 21:53:26 +02:00
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 kernel32: Use RtlCreateUserStack(). 2019-06-17 20:52:23 +02:00
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 kernel32: Move the implementation of GetTickCount() to kernel32. 2019-05-30 21:53:27 +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 kernel32: Added stub for Set/GetProcessPreferredUILanguages. 2019-05-27 20:52:38 +02:00
locale_rc.rc kernel32: Add Asturian locale. 2019-05-03 21:47:49 +02:00
lzexpand.c
module.c kernel32: Fix handling of LOAD_WITH_ALTERED_SEARCH_PATH when other search flags are specified. 2019-06-05 21:40:55 +02:00
nameprep.c make_unicode: Avoid including wine/unicode.h in generated files. 2019-05-22 19:16:05 +02:00
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: Move the implementation of GetTickCount() to kernel32. 2019-05-30 21:53:27 +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
wctype.c make_unicode: Remove duplicate DECLSPEC_HIDDEN. 2019-05-24 11:25:38 +02:00
wer.c kernel32: Add stub WerUnregisterRuntimeExceptionModule. 2019-05-17 09:23:17 +02:00
winerror.mc