mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:01:53 +00:00
[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:
parent
d8ba5920a2
commit
6e449d47e8
4 changed files with 122 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue