[ros-diffs] [hbirr] 18484: Fixed the definition of PDEV_INSTALL_W.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Sat Oct 15 18:39:39 CEST 2005


Fixed the definition of PDEV_INSTALL_W.
Modified: trunk/reactos/services/umpnpmgr/umpnpmgr.c
  _____  

Modified: trunk/reactos/services/umpnpmgr/umpnpmgr.c
--- trunk/reactos/services/umpnpmgr/umpnpmgr.c	2005-10-15 16:37:34 UTC
(rev 18483)
+++ trunk/reactos/services/umpnpmgr/umpnpmgr.c	2005-10-15 16:39:22 UTC
(rev 18484)
@@ -875,7 +875,7 @@

     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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051015/f2fd019e/attachment.html


More information about the Ros-diffs mailing list