[IMM32][KERNEL32][SDK] Half-implement BaseCheckAppcompatCache (#6069)

- And add it to <compat_undoc.h>.
- Use <compat_undoc.h> in IMM32.
- Modify kernel32.spec.
CORE-19268
This commit is contained in:
Katayama Hirofumi MZ 2023-12-03 23:40:49 +09:00 committed by GitHub
parent d8ba5920a2
commit 6e449d47e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 122 additions and 18 deletions

View file

@ -46,4 +46,12 @@ UINT RosGetProcessEffectiveVersion(VOID)
return (peb->OSMajorVersion << 8) | (peb->OSMinorVersion);
}
BOOL
WINAPI
BaseCheckAppcompatCache(
_In_ PCWSTR ApplicationName,
_In_ HANDLE FileHandle,
_In_opt_ PCWSTR Environment,
_Out_opt_ PULONG pdwReason);
#endif // COMPAT_UNDOC_H