mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00: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