mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 13:09:40 +08:00
Fixed the definition of PDEV_INSTALL_W.
svn path=/trunk/; revision=18484
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user