mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix compile.
svn path=/trunk/; revision=26567
This commit is contained in:
@@ -128,9 +128,8 @@ GdiGetBatchLimit()
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
GdiReleaseDC(HDC hdc)
|
||||
GdiReleaseLocalDC(HDC hdc)
|
||||
{
|
||||
GdiReleaseLocalDC(hdc);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -140,9 +139,9 @@ GdiReleaseDC(HDC hdc)
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
GdiReleaseLocalDC(HDC hdc)
|
||||
GdiReleaseDC(HDC hdc)
|
||||
{
|
||||
GdiReleaseLocalDC(hdc);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user