Skip to content

Commit

Permalink
Win32 API: Kernel API
Browse files Browse the repository at this point in the history
Added multiple version-specific undocumented functions
  • Loading branch information
vkamenar authored Jan 20, 2025
1 parent cbf6892 commit 7fbc5f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Win32/kernel32.def
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ implib KERNEL32.DLL, AttachConsole, _AttachConsole@4
implib KERNEL32.DLL, BackupRead, _BackupRead@28
implib KERNEL32.DLL, BackupSeek, _BackupSeek@24
implib KERNEL32.DLL, BackupWrite, _BackupWrite@28

; Stub function available in kernel32 from v3.51 to v5.0
; implib KERNEL32.DLL, BaseAttachCompleteThunk, _BaseAttachCompleteThunk@0

implib KERNEL32.DLL, BaseCheckAppcompatCache, _BaseCheckAppcompatCache@16
implib KERNEL32.DLL, BaseCheckAppcompatCacheEx, _BaseCheckAppcompatCacheEx@24

Expand All @@ -82,6 +86,9 @@ implib KERNEL32.DLL, BaseCheckAppcompatCacheEx, _BaseCheckAppcompatCacheEx@24

implib KERNEL32.DLL, BaseCheckElevation, _BaseCheckElevation@48

; BaseCheckRunApp is available in kernel32 from v5.2 to v6.3
; implib KERNEL32.DLL, BaseCheckRunApp, _BaseCheckRunApp@40

; BaseCleanupAppcompatCache available in kernel32 v5.1
; implib KERNEL32.DLL, BaseCleanupAppcompatCache, _BaseCleanupAppcompatCache@0

Expand Down

0 comments on commit 7fbc5f1

Please sign in to comment.