mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
Fix the parameters of Activate_RunDLL.
This commit is contained in:
parent
ad5df2d199
commit
a52c713755
3 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue