mirror of
https://github.com/reactos/reactos.git
synced 2025-06-09 11:20:39 +00:00
Now we can turn on GdiReleaseDC.
svn path=/trunk/; revision=26568
This commit is contained in:
parent
0ad5a2118e
commit
ec3552fddf
1 changed files with 1 additions and 2 deletions
|
@ -88,8 +88,7 @@ ReleaseDC(
|
||||||
|
|
||||||
if (!hDC) return FALSE; // Null hDC return zero.
|
if (!hDC) return FALSE; // Null hDC return zero.
|
||||||
|
|
||||||
// FIXME: Uncomment once GdiReleaseDC() is implemented
|
GdiReleaseDC ( hDC ); // Release locals.
|
||||||
//GdiReleaseDC ( hDC ); // Release locals.
|
|
||||||
// Win 3.1 throw back, hWnd should be ignored and not used.
|
// Win 3.1 throw back, hWnd should be ignored and not used.
|
||||||
// Replace with NtUserCallOneParam ((DWORD) hDC, ONEPARAM_ROUTINE_RELEASEDC);
|
// Replace with NtUserCallOneParam ((DWORD) hDC, ONEPARAM_ROUTINE_RELEASEDC);
|
||||||
return NtUserReleaseDC(hWnd, hDC);
|
return NtUserReleaseDC(hWnd, hDC);
|
||||||
|
|
Loading…
Reference in a new issue