From bdf39ac961f0bbcd785a4d1fe55aa66b8e6eca70 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 17 Nov 2015 12:31:18 +0000 Subject: [PATCH] [PSDK] Update advpub.h. CORE-10536 svn path=/trunk/; revision=69918 --- reactos/include/psdk/advpub.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/include/psdk/advpub.h b/reactos/include/psdk/advpub.h index 419c29f7116..6b42b7c35b4 100644 --- a/reactos/include/psdk/advpub.h +++ b/reactos/include/psdk/advpub.h @@ -135,6 +135,10 @@ DECL_WINELIB_TYPE_AW(LPCSTRTABLE) #define RSC_FLAG_DELAYREGISTEROCX 0x00000200 #define RSC_FLAG_SETUPAPI 0x00000400 +/* Flags for LaunchINFSection */ +#define LIS_QUIET 0x00000001 +#define LIS_NOGRPCONV 0x00000002 + /* Flags for DelNode */ #define ADN_DEL_IF_EMPTY 0x00000001 #define ADN_DONT_DEL_SUBDIRS 0x00000002