Module: wine Branch: master Commit: 9e8016c3b6b8538c28114c26e57eafa98639a392 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9e8016c3b6b8538c28114c26e5...
Author: Ricardo Filipe ricardo_barbano@hotmail.com Date: Wed Feb 18 04:28:52 2009 +0000
setupapi: Add missing header values for SetupPromptForDisk.
---
include/setupapi.h | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/include/setupapi.h b/include/setupapi.h index b36243a..009af29 100644 --- a/include/setupapi.h +++ b/include/setupapi.h @@ -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