mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
@@ -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
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user