- Initialize NewPos before using it in co_WinPosShowWindow

svn path=/trunk/; revision=58436
This commit is contained in:
Giannis Adamopoulos 2013-03-05 13:39:04 +00:00
parent c58d8a18b1
commit cf181301af

View file

@ -2023,7 +2023,7 @@ co_WinPosShowWindow(PWND Wnd, INT Cmd)
{
BOOLEAN WasVisible;
UINT Swp = 0, EventMsg = 0;
RECTL NewPos;
RECTL NewPos = {0, 0, 0, 0};
BOOLEAN ShowFlag;
LONG style;
PWND Parent;