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