include: add missing definitions to shlobj.h

Lei Zhang thestig at google.com
Wed Jun 6 17:01:46 CDT 2007


Hi,

There's a few #defines missing from our shlobj.h.
-------------- next part --------------
From 82356978d3b866e6854396807fdb9dd52f7265fe Mon Sep 17 00:00:00 2001
From: Lei Zhang <thestig at google.com>
Date: Mon, 21 May 2007 21:50:19 -0700
Subject: [PATCH] include: add missing definitions to shlobj.h.
---
 include/shlobj.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/shlobj.h b/include/shlobj.h
index 84d7845..b4d2737 100644
--- a/include/shlobj.h
+++ b/include/shlobj.h
@@ -401,6 +401,11 @@ #define BIF_RETURNFSANCESTORS  0x0008
 #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
@@ -411,6 +416,7 @@ #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_IUNKNOWN           5   /* provides IUnknown to client. lParam: IUnknown*/
 
 /* messages to browser */
 #define BFFM_SETSTATUSTEXTA     (WM_USER+100)
-- 
1.4.1


More information about the wine-patches mailing list