mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 10:23:42 +00:00
Fix crash due to wrong calling convention
svn path=/trunk/; revision=27718
This commit is contained in:
parent
f8f289daef
commit
6f93d6ebe5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ APPLET Applets[] =
|
|||
{IDI_CPLICON, IDS_CPLNAME, IDS_CPLDESCRIPTION, Applet}
|
||||
};
|
||||
|
||||
typedef BOOL (*PINSTALL_NEW_DEVICE)(HWND, LPGUID, PDWORD);
|
||||
typedef BOOL (WINAPI *PINSTALL_NEW_DEVICE)(HWND, LPGUID, PDWORD);
|
||||
|
||||
LONG APIENTRY
|
||||
Applet(HWND hwnd, UINT uMsg, LONG wParam, LONG lParam)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue