[BROWSEUI]

* This shouldn't have been commited. The browse windows were freezing because it was trying to use the menu from shell32 instead of rshell.

svn path=/branches/shell-experiments/; revision=63533
This commit is contained in:
David Quintana 2014-06-02 13:23:06 +00:00
parent 9793ab272f
commit 13c7cade20

View file

@ -29,7 +29,7 @@ toolbar, and address band for an explorer window
#define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp))
#define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
#define USE_CUSTOM_MENUBAND 0
#define USE_CUSTOM_MENUBAND 1
// navigation controls and menubar just send a message to parent window
/*