Index: dll/win32/browseui/precomp.h
===================================================================
--- dll/win32/browseui/precomp.h	(révision 70688)
+++ dll/win32/browseui/precomp.h	(copie de travail)
@@ -13,6 +13,7 @@
 #include <wingdi.h>
 #include <shlobj.h>
 #include <tlogstg.h>
+#include <shellapi.h>
 #include <shlobj_undoc.h>
 #include <shlguid_undoc.h>
 #include <shdeprecated.h>
Index: dll/win32/browseui/resource.h
===================================================================
--- dll/win32/browseui/resource.h	(révision 70688)
+++ dll/win32/browseui/resource.h	(copie de travail)
@@ -56,12 +56,14 @@
 #define IDM_TOOLS_FOLDEROPTIONS          0xA123
 #define IDM_HELP_ISTHISCOPYLEGAL         0xA104
 #define IDM_HELP_ABOUT                   0xA102
-
 #define IDM_TASKBAR_TOOLBARS                268
 #define IDM_TASKBAR_TOOLBARS_DESKTOP          3
 #define IDM_TASKBAR_TOOLBARS_QUICKLAUNCH      4
 #define IDM_TASKBAR_TOOLBARS_NEW              1
 
+/* Random id for band close button, feel free to change it */
+#define IDM_BASEBAR_CLOSE                0xA200
+
 #define IDM_GOTO_TRAVEL_FIRST       0xA141
 #define IDM_GOTO_TRAVEL_LAST        0xA151
 #define IDM_GOTO_TRAVEL_SEP         IDM_GOTO_TRAVEL_FIRST
@@ -118,3 +120,5 @@
 
 #define IDC_TEXTOPTIONS 4096
 #define IDC_ICONOPTIONS 4097
+
+#define IDB_BANDBUTTONS 545
Index: dll/win32/browseui/browseui.rc
===================================================================
--- dll/win32/browseui/browseui.rc	(révision 70688)
+++ dll/win32/browseui/browseui.rc	(copie de travail)
@@ -100,4 +100,7 @@
 #endif
 #ifdef LANGUAGE_ZH_TW
     #include "lang/zh-TW.rc"
-#endif
\ No newline at end of file
+#endif
+
+/* Include band button bitmaps */
+IDB_BANDBUTTONS BITMAP "res/barbtn.bmp"
