mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Now we can turn on GdiReleaseDC.
svn path=/trunk/; revision=26568
This commit is contained in:
@@ -88,8 +88,7 @@ ReleaseDC(
|
||||
|
||||
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.
|
||||
// Replace with NtUserCallOneParam ((DWORD) hDC, ONEPARAM_ROUTINE_RELEASEDC);
|
||||
return NtUserReleaseDC(hWnd, hDC);
|
||||
|
||||
Reference in New Issue
Block a user