mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- One last build fix.
svn path=/trunk/; revision=17708
This commit is contained in:
parent
77163e53d7
commit
e988f9d7dc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue