Author: akhaldi Date: Tue Nov 17 12:31:18 2015 New Revision: 69918
URL: http://svn.reactos.org/svn/reactos?rev=69918&view=rev Log: [PSDK] Update advpub.h. CORE-10536
Modified: trunk/reactos/include/psdk/advpub.h
Modified: trunk/reactos/include/psdk/advpub.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/advpub.h?rev=6... ============================================================================== --- trunk/reactos/include/psdk/advpub.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/advpub.h [iso-8859-1] Tue Nov 17 12:31:18 2015 @@ -134,6 +134,10 @@ #define RSC_FLAG_UPDHLPDLLS 0x00000010 #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