Started porting Setupapi.dll from WINE to ReactOS.
[reactos.git] / reactos / include / wine / setupapi.h
1 /*
2 * Compatibility header
3 *
4 * This header is wrapper to allow compilation of Wine DLLs under ReactOS
5 * build system. It contains definitions commonly refered to as Wineisms
6 * and definitions that are missing in w32api.
7 */
8
9 #ifndef __WINE_SETUPAPI_H
10 #define __WINE_SETUPAPI_H
11
12 #include_next <setupapi.h>
13
14 #define FLG_ADDREG_DELREG_BIT 0x00008000
15 #define FLG_DELREG_KEYONLY_COMMON FLG_ADDREG_KEYONLY_COMMON
16 #define FLG_DELREG_MULTI_SZ_DELSTRING (FLG_DELREG_TYPE_MULTI_SZ | FLG_ADDREG_DELREG_BIT | 0x00000002)
17 #define FLG_DELREG_TYPE_MULTI_SZ FLG_ADDREG_TYPE_MULTI_SZ
18 #define FLG_ADDREG_KEYONLY_COMMON 0x00002000
19 #define FLG_ADDREG_DELREG_BIT 0x00008000
20 #define SPINST_COPYINF 0x00000200
21
22 #endif /* __WINE_SETUPAPI_H */