1
0
mirror of https://github.com/UzixLS/KernelEx.git synced 2025-07-19 07:21:20 +03:00

import KernelEx-4.5-Beta1

This commit is contained in:
UzixLS
2018-11-03 16:21:13 +03:00
parent d6aad6c6c5
commit 09929b2b7d
392 changed files with 17832 additions and 2491 deletions

4
apilibs/kexbases/Kernel32/_kernel32_stubs.c Normal file → Executable file
View File

@ -24,7 +24,9 @@
UNIMPL_FUNC(CreateHardLinkA, 3);
UNIMPL_FUNC(CreateHardLinkW, 3);
UNIMPL_FUNC(IsValidLanguageGroup, 2);
UNIMPL_FUNC(QueueUserWorkItem, 3);
UNIMPL_FUNC(ReplaceFileA, 6);
UNIMPL_FUNC(ReplaceFileW, 6);
UNIMPL_FUNC(FindFirstFileExW, 6);
UNIMPL_FUNC(HeapSetInformation, 4);
UNIMPL_FUNC(GetProcessIoCounters, 2);
UNIMPL_FUNC(RtlCaptureStackBackTrace, 4);