kernel32: Disable relay for some trivial functions.
This commit is contained in:
parent
7c808ddfbc
commit
3173e275ec
|
@ -499,11 +499,11 @@
|
|||
@ stdcall GetCurrentDirectoryA(long ptr)
|
||||
@ stdcall GetCurrentDirectoryW(long ptr)
|
||||
@ stdcall GetCurrentPackageId(ptr ptr)
|
||||
@ stdcall GetCurrentProcess()
|
||||
@ stdcall GetCurrentProcessId()
|
||||
@ stdcall -norelay GetCurrentProcess()
|
||||
@ stdcall -norelay GetCurrentProcessId()
|
||||
@ stdcall GetCurrentProcessorNumber() ntdll.NtGetCurrentProcessorNumber
|
||||
@ stdcall GetCurrentThread()
|
||||
@ stdcall GetCurrentThreadId()
|
||||
@ stdcall -norelay GetCurrentThread()
|
||||
@ stdcall -norelay GetCurrentThreadId()
|
||||
@ stdcall GetDateFormatA(long long ptr str ptr long)
|
||||
@ stdcall GetDateFormatW(long long ptr wstr ptr long)
|
||||
@ stdcall GetDaylightFlag()
|
||||
|
@ -606,7 +606,7 @@
|
|||
@ stdcall GetProcessDEPPolicy(long ptr ptr)
|
||||
@ stdcall GetProcessFlags(long)
|
||||
@ stdcall GetProcessHandleCount(long ptr)
|
||||
@ stdcall GetProcessHeap()
|
||||
@ stdcall -norelay GetProcessHeap()
|
||||
@ stdcall GetProcessHeaps(long ptr)
|
||||
@ stdcall GetProcessId(long)
|
||||
@ stdcall GetProcessIoCounters(long ptr)
|
||||
|
|
Loading…
Reference in New Issue