Fix compile.

svn path=/trunk/; revision=26567
This commit is contained in:
James Tabor 2007-04-28 23:42:38 +00:00
parent d51049e8a2
commit 0ad5a2118e

View file

@ -128,9 +128,8 @@ GdiGetBatchLimit()
*/ */
BOOL BOOL
STDCALL STDCALL
GdiReleaseDC(HDC hdc) GdiReleaseLocalDC(HDC hdc)
{ {
GdiReleaseLocalDC(hdc);
return 0; return 0;
} }
@ -140,9 +139,9 @@ GdiReleaseDC(HDC hdc)
*/ */
BOOL BOOL
STDCALL STDCALL
GdiReleaseLocalDC(HDC hdc) GdiReleaseDC(HDC hdc)
{ {
GdiReleaseLocalDC(hdc);
return 0; return 0;
} }