setupapi: Add missing SetupCopyOEMInf flags.

This commit is contained in:
James Hawkins 2007-03-26 18:34:22 -05:00 committed by Alexandre Julliard
parent 7ae09da9f3
commit da85c0905d
1 changed files with 5 additions and 0 deletions

View File

@ -415,6 +415,11 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PFILEPATHS)
#define SP_COPY_NOPRUNE 0x00100000
#define SP_COPY_OEM_F6_INF 0x00200000
#define SPOST_NONE 0
#define SPOST_PATH 1
#define SPOST_URL 2
#define SPOST_MAX 3
#define FLG_ADDREG_DELREG_BIT 0x00008000
#define FLG_ADDREG_BINVALUETYPE 0x00000001
#define FLG_ADDREG_NOCLOBBER 0x00000002