Now we can turn on GdiReleaseDC.

svn path=/trunk/; revision=26568
This commit is contained in:
James Tabor 2007-04-28 23:46:30 +00:00
parent 0ad5a2118e
commit ec3552fddf

View file

@ -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);