- One last build fix.

svn path=/trunk/; revision=17708
This commit is contained in:
Alex Ionescu 2005-09-06 23:15:15 +00:00
parent 77163e53d7
commit e988f9d7dc

View file

@ -652,7 +652,7 @@ IntGetFocusWindow(VOID)
PMENU_OBJECT FASTCALL
IntGetSystemMenu(PWINDOW_OBJECT Window, BOOL bRevert, BOOL RetMenu)
{
PMENU_OBJECT Menu, NewMenu, SysMenu, ret = NULL;
PMENU_OBJECT Menu, NewMenu = NULL, SysMenu = NULL, ret = NULL;
PW32THREAD W32Thread;
HMENU hNewMenu, hSysMenu;
ROSMENUITEMINFO ItemInfo;