mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 21:16:20 +08:00
[SHELL32][SDK] Implement LinkWindow_RegisterClass (#8878)
Implementing missing features... JIRA issue: CORE-19278 - Implement LinkWindow_RegisterClass function by using "superclassing". - Add prototype to <undocshell.h>.
This commit is contained in:
committed by
GitHub
parent
081a6366df
commit
d6cc284435
@@ -910,6 +910,9 @@ Activate_RunDLL(
|
||||
|
||||
BOOL WINAPI SHSettingsChanged(LPCVOID unused, LPCWSTR pszKey);
|
||||
|
||||
BOOL WINAPI LinkWindow_RegisterClass(VOID);
|
||||
BOOL WINAPI LinkWindow_UnregisterClass(_In_ DWORD dwUnused);
|
||||
|
||||
/*****************************************************************************
|
||||
* Shell32 resources
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user