mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed the definition of PDEV_INSTALL_W.
svn path=/trunk/; revision=18484
This commit is contained in:
parent
79ec345d3a
commit
68b164341e
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ PNP_RequestEjectPC(handle_t BindingHandle)
|
|||
return ret;
|
||||
}
|
||||
|
||||
typedef BOOL (*PDEV_INSTALL_W)(HWND, HINSTANCE, LPCWSTR, INT);
|
||||
typedef BOOL (WINAPI *PDEV_INSTALL_W)(HWND, HINSTANCE, LPCWSTR, INT);
|
||||
|
||||
static BOOL
|
||||
InstallDevice(PCWSTR DeviceInstance)
|
||||
|
|
Loading…
Reference in a new issue