Lei Zhang : include: Add missing definitions to shlobj.h.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jun 7 07:20:20 CDT 2007


Module: wine
Branch: master
Commit: 00bc8fa184f2df997ffab28e307b9ddbd6e94181
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=00bc8fa184f2df997ffab28e307b9ddbd6e94181

Author: Lei Zhang <thestig at google.com>
Date:   Mon May 21 21:50:19 2007 -0700

include: Add missing definitions to shlobj.h.

---

 include/shlobj.h |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/include/shlobj.h b/include/shlobj.h
index 84d7845..414f452 100644
--- a/include/shlobj.h
+++ b/include/shlobj.h
@@ -401,6 +401,11 @@ typedef struct tagBROWSEINFOW {
 #define BIF_EDITBOX            0x0010
 #define BIF_VALIDATE           0x0020
 #define BIF_NEWDIALOGSTYLE     0x0040
+#define BIF_USENEWUI           (BIF_NEWDIALOGSTYLE | BIF_EDITBOX)
+#define BIF_BROWSEINCLUDEURLS  0x0080
+#define BIF_UAHINT             0x0100
+#define BIF_NONEWFOLDERBUTTON  0x0200
+#define BIF_NOTRANSLATETARGETS 0x0400
 
 #define BIF_BROWSEFORCOMPUTER  0x1000
 #define BIF_BROWSEFORPRINTER   0x2000
@@ -409,8 +414,9 @@ typedef struct tagBROWSEINFOW {
 /* message from browser */
 #define BFFM_INITIALIZED        1
 #define BFFM_SELCHANGED         2
-#define BFFM_VALIDATEFAILEDA    3   /* lParam:szPath ret:1(cont),0(EndDialog) */
-#define BFFM_VALIDATEFAILEDW    4   /* lParam:wzPath ret:1(cont),0(EndDialog) */
+#define BFFM_VALIDATEFAILEDA    3
+#define BFFM_VALIDATEFAILEDW    4
+#define BFFM_IUNKNOWN           5
 
 /* messages to browser */
 #define BFFM_SETSTATUSTEXTA     (WM_USER+100)




More information about the wine-cvs mailing list