mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
fix release build
svn path=/trunk/; revision=28220
This commit is contained in:
parent
b82f6444f6
commit
b95ab0c9d7
1 changed files with 2 additions and 0 deletions
|
@ -1176,6 +1176,8 @@ NtGdiGetDCPoint( HDC hDC, UINT iPoint, PPOINTL Point)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
RtlZeroMemory(&SafePoint, sizeof(POINT));
|
||||
|
||||
dc = DC_LockDc(hDC);
|
||||
if(!dc)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue