From 8a98faad53c5dd057a7acf768c806104927ec95e Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Wed, 30 Nov 2005 16:52:41 +0000 Subject: [PATCH] forgot to commit this change svn path=/trunk/; revision=19778 --- reactos/w32api/include/setupapi.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/reactos/w32api/include/setupapi.h b/reactos/w32api/include/setupapi.h index 08231e7c2c7..f65e16bece4 100644 --- a/reactos/w32api/include/setupapi.h +++ b/reactos/w32api/include/setupapi.h @@ -152,10 +152,14 @@ extern "C" { #define DIF_ADDREMOTEPROPERTYPAGE_ADVANCED 40 #define DIF_UPDATEDRIVER_UI 41 #define DIF_RESERVED2 42 -#define DIGCF_DEFAULT 0x00000001 #define DIGCDP_FLAG_BASIC 0x00000001 -#define DIGCF_PRESENT 0x00000002 #define DIGCDP_FLAG_ADVANCED 0x00000002 +#if (_SETUPAPI_VER >= 0x0501) +#define DIGCDP_FLAG_REMOTE_BASIC 0x00000003 +#define DIGCDP_FLAG_REMOTE_ADVANCED 0x00000004 +#endif +#define DIGCF_DEFAULT 0x00000001 +#define DIGCF_PRESENT 0x00000002 #define DIGCF_ALLCLASSES 0x00000004 #define DIGCF_PROFILE 0x00000008 #define DIGCF_DEVICEINTERFACE 0x00000010