[ros-diffs] [weiden] 20441: add some missing constants

weiden at svn.reactos.org weiden at svn.reactos.org
Thu Dec 29 22:45:36 CET 2005


add some missing constants
Modified: trunk/reactos/w32api/include/setupapi.h
  _____  

Modified: trunk/reactos/w32api/include/setupapi.h
--- trunk/reactos/w32api/include/setupapi.h	2005-12-29 21:43:21 UTC
(rev 20440)
+++ trunk/reactos/w32api/include/setupapi.h	2005-12-29 21:45:17 UTC
(rev 20441)
@@ -98,6 +98,13 @@

 #define DI_FLAGSEX_RESERVED1	0x00400000
 #define DI_FLAGSEX_EXCLUDE_OLD_INET_DRIVERS	0x00800000
 #define DI_FLAGSEX_POWERPAGE_ADDED	0x01000000
+#if (_SETUPAPI_VER >= 0x0501)
+#define DI_FLAGSEX_FILTERSIMILARDRIVERS	0x02000000
+#define DI_FLAGSEX_INSTALLEDDRIVER	0x04000000
+#define DI_FLAGSEX_NO_CLASSLIST_NODE_MERGE	0x08000000
+#define DI_FLAGSEX_ALTPLATFORM_DRVSEARCH	0x10000000
+#define DI_FLAGSEX_RESTART_DEVICE_ONLY	0x20000000
+#endif
 #define DIBCI_NOINSTALLCLASS	0x00000001
 #define DIBCI_NODISPLAYCLASS	0x00000002
 #define DICD_GENERATE_ID	0x00000001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051229/8585b1f7/attachment.html


More information about the Ros-diffs mailing list