[SHELL32][SDK] Follow-up of #5840 (ad5df2d)

Fix the parameters of Activate_RunDLL.
This commit is contained in:
Katayama Hirofumi MZ 2023-10-28 21:31:11 +09:00
parent ad5df2d199
commit a52c713755
3 changed files with 17 additions and 17 deletions

View file

@ -722,10 +722,10 @@ BOOL WINAPI IsSuspendAllowed(VOID);
BOOL WINAPI
Activate_RunDLL(
_In_ DWORD dwUnused1,
_In_ LPVOID lpUnused2,
_In_ LPVOID lpUnused3,
_In_ LPVOID lpUnused4);
_In_ HWND hwnd,
_In_ HINSTANCE hinst,
_In_ LPCWSTR cmdline,
_In_ INT cmdshow);
/*****************************************************************************
* Shell32 resources