setupapi: Add missing header values for SetupPromptForDisk.
This commit is contained in:
parent
e0157f424b
commit
9e8016c3b6
|
@ -1295,11 +1295,11 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PSP_INF_SIGNER_INFO)
|
|||
#define SPDRP_INSTALL_STATE 0x00000022
|
||||
#define SPDRP_MAXIMUM_PROPERTY 0x00000023
|
||||
|
||||
#define DPROMPT_SUCCESS 0
|
||||
#define DPROMPT_CANCEL 1
|
||||
#define DPROMPT_SKIPFILE 2
|
||||
#define DPROMPT_BUFFERTOSMALL 3
|
||||
#define DPROMPT_OUTOFMEMORY 4
|
||||
#define DPROMPT_SUCCESS 0
|
||||
#define DPROMPT_CANCEL 1
|
||||
#define DPROMPT_SKIPFILE 2
|
||||
#define DPROMPT_BUFFERTOOSMALL 3
|
||||
#define DPROMPT_OUTOFMEMORY 4
|
||||
|
||||
#define SETDIRID_NOT_FULL_PATH 0x00000001
|
||||
|
||||
|
@ -1312,6 +1312,10 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PSP_INF_SIGNER_INFO)
|
|||
#define IDF_NOFOREGROUND 0x00000400
|
||||
#define IDF_WARNIFSKIP 0x00000800
|
||||
|
||||
#define IDF_NOREMOVABLEMEDIAPROMPT 0x00001000
|
||||
#define IDF_USEDISKNAMEASPROMPT 0x00002000
|
||||
#define IDF_OEMDISK 0x80000000
|
||||
|
||||
#define INFINFO_INF_SPEC_IS_HINF 1
|
||||
#define INFINFO_INF_NAME_IS_ABSOLUTE 2
|
||||
#define INFINFO_DEFAULT_SEARCH 3
|
||||
|
|
Loading…
Reference in New Issue