From: Thomas Bluemel Date: Thu, 29 Dec 2005 21:45:17 +0000 (+0000) Subject: add some missing constants X-Git-Tag: backups/expat-rbuild@40467~699 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=5753d6ea976f0f5b9976c63a963b5f392c75f6f8;ds=sidebyside add some missing constants svn path=/trunk/; revision=20441 --- diff --git a/reactos/w32api/include/setupapi.h b/reactos/w32api/include/setupapi.h index 028001b743a..281e082e572 100644 --- a/reactos/w32api/include/setupapi.h +++ b/reactos/w32api/include/setupapi.h @@ -98,6 +98,13 @@ extern "C" { #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