I updated shlobj.h according to the suggestions on the mailing list. The following was added:
#define BIF_BROWSEINCLUDEFILES 0x4000
#define BIF_EDITBOX 16
#define BIF_VALIDATE 32
#define BIF_NEWDIALOGSTYLE 64
#define BIF_BROWSEINCLUDEURLS 128
#define BIF_SHAREABLE 0x8000
#define BIF_USENEWUI (BIF_NEWDIALOGSTYLE | BIF_EDITBOX)
Logged In: YES
user_id=11494
Committed to SF CVS
Logged In: YES
user_id=11494
Your patch has been accepted and is now commited to CVS. You should expect to see it in the next release.
Logged In: YES
user_id=11494
Your patch has been accepted and is now commited to CVS. You should expect to see it in the next release.
Logged In: YES
user_id=11494
Committed to SF CVS