mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- One last build fix.
svn path=/trunk/; revision=17708
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user