mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fix release build
svn path=/trunk/; revision=28220
This commit is contained in:
@@ -1176,6 +1176,8 @@ NtGdiGetDCPoint( HDC hDC, UINT iPoint, PPOINTL Point)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
RtlZeroMemory(&SafePoint, sizeof(POINT));
|
||||
|
||||
dc = DC_LockDc(hDC);
|
||||
if(!dc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user