Fixed the definition of PDEV_INSTALL_W.

svn path=/trunk/; revision=18484
This commit is contained in:
Hartmut Birr 2005-10-15 16:39:22 +00:00
parent 79ec345d3a
commit 68b164341e

View file

@ -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)