[ros-diffs] [hpoussin] 20363: Handle DIF_ADDPROPERTYPAGE_ADVANCED in SetupDiCallClassInstaller (needed by r20358)

hpoussin at svn.reactos.com hpoussin at svn.reactos.com
Tue Dec 27 02:37:20 CET 2005


Handle DIF_ADDPROPERTYPAGE_ADVANCED in SetupDiCallClassInstaller (needed
by r20358)
Modified: trunk/reactos/lib/setupapi/devinst.c
  _____  

Modified: trunk/reactos/lib/setupapi/devinst.c
--- trunk/reactos/lib/setupapi/devinst.c	2005-12-27 01:14:55 UTC
(rev 20362)
+++ trunk/reactos/lib/setupapi/devinst.c	2005-12-27 01:37:04 UTC
(rev 20363)
@@ -3757,6 +3757,9 @@

 
         switch (InstallFunction)
         {
+            case DIF_ADDPROPERTYPAGE_ADVANCED:
+                CanHandle = CLASS_COINSTALLER | DEVICE_COINSTALLER |
CLASS_INSTALLER;
+                break;
             case DIF_ALLOW_INSTALL:
                 CanHandle = CLASS_COINSTALLER | CLASS_INSTALLER;
                 break;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051227/3f1f935b/attachment.html


More information about the Ros-diffs mailing list