mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[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:
parent
9793ab272f
commit
13c7cade20
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue