Removed a few internal functions that are no longer exported on
Windows.
This commit is contained in:
parent
f02d6df55c
commit
0f254d0356
|
@ -30,8 +30,6 @@
|
||||||
@ stub DbgPrompt
|
@ stub DbgPrompt
|
||||||
# @ stub DbgQueryDebugFilterState
|
# @ stub DbgQueryDebugFilterState
|
||||||
# @ stub DbgSetDebugFilterState
|
# @ stub DbgSetDebugFilterState
|
||||||
@ stub DbgSsHandleKmApiMsg
|
|
||||||
@ stub DbgSsInitialize
|
|
||||||
@ stub DbgUiConnectToDbg
|
@ stub DbgUiConnectToDbg
|
||||||
@ stub DbgUiContinue
|
@ stub DbgUiContinue
|
||||||
# @ stub DbgUiConvertStateChangeStructure
|
# @ stub DbgUiConvertStateChangeStructure
|
||||||
|
@ -85,7 +83,6 @@
|
||||||
@ stdcall LdrUnloadDll(ptr)
|
@ stdcall LdrUnloadDll(ptr)
|
||||||
@ stdcall LdrUnlockLoaderLock(long long)
|
@ stdcall LdrUnlockLoaderLock(long long)
|
||||||
@ stub LdrVerifyImageMatchesChecksum
|
@ stub LdrVerifyImageMatchesChecksum
|
||||||
@ stub NPXEMULATORTABLE
|
|
||||||
@ extern NlsAnsiCodePage
|
@ extern NlsAnsiCodePage
|
||||||
@ extern NlsMbCodePageTag
|
@ extern NlsMbCodePageTag
|
||||||
@ extern NlsMbOemCodePageTag
|
@ extern NlsMbOemCodePageTag
|
||||||
|
@ -387,7 +384,6 @@
|
||||||
@ stub PfxInsertPrefix
|
@ stub PfxInsertPrefix
|
||||||
@ stub PfxRemovePrefix
|
@ stub PfxRemovePrefix
|
||||||
# @ stub PropertyLengthAsVariant
|
# @ stub PropertyLengthAsVariant
|
||||||
@ stub RestoreEm87Context
|
|
||||||
@ stub RtlAbortRXact
|
@ stub RtlAbortRXact
|
||||||
@ stdcall RtlAbsoluteToSelfRelativeSD(ptr ptr ptr)
|
@ stdcall RtlAbsoluteToSelfRelativeSD(ptr ptr ptr)
|
||||||
@ stdcall RtlAcquirePebLock()
|
@ stdcall RtlAcquirePebLock()
|
||||||
|
@ -918,7 +914,6 @@
|
||||||
# @ stub RtlZombifyActivationContext
|
# @ stub RtlZombifyActivationContext
|
||||||
# @ stub RtlpApplyLengthFunction
|
# @ stub RtlpApplyLengthFunction
|
||||||
# @ stub RtlpEnsureBufferSize
|
# @ stub RtlpEnsureBufferSize
|
||||||
@ stub RtlpInitializeRtl
|
|
||||||
# @ stub RtlpNotOwnerCriticalSection
|
# @ stub RtlpNotOwnerCriticalSection
|
||||||
@ stdcall RtlpNtCreateKey(ptr long ptr long ptr long long)
|
@ stdcall RtlpNtCreateKey(ptr long ptr long ptr long long)
|
||||||
@ stdcall RtlpNtEnumerateSubKey(ptr ptr long)
|
@ stdcall RtlpNtEnumerateSubKey(ptr ptr long)
|
||||||
|
@ -932,7 +927,6 @@
|
||||||
@ stdcall RtlxOemStringToUnicodeSize(ptr) RtlOemStringToUnicodeSize
|
@ stdcall RtlxOemStringToUnicodeSize(ptr) RtlOemStringToUnicodeSize
|
||||||
@ stdcall RtlxUnicodeStringToAnsiSize(ptr) RtlUnicodeStringToAnsiSize
|
@ stdcall RtlxUnicodeStringToAnsiSize(ptr) RtlUnicodeStringToAnsiSize
|
||||||
@ stdcall RtlxUnicodeStringToOemSize(ptr) RtlUnicodeStringToOemSize
|
@ stdcall RtlxUnicodeStringToOemSize(ptr) RtlUnicodeStringToOemSize
|
||||||
@ stub SaveEm87Context
|
|
||||||
@ stdcall -ret64 VerSetConditionMask(long long long long)
|
@ stdcall -ret64 VerSetConditionMask(long long long long)
|
||||||
@ stdcall ZwAcceptConnectPort(ptr long ptr long long ptr) NtAcceptConnectPort
|
@ stdcall ZwAcceptConnectPort(ptr long ptr long long ptr) NtAcceptConnectPort
|
||||||
@ stdcall ZwAccessCheck(ptr long long ptr ptr ptr ptr ptr) NtAccessCheck
|
@ stdcall ZwAccessCheck(ptr long long ptr ptr ptr ptr ptr) NtAccessCheck
|
||||||
|
|
Loading…
Reference in New Issue