mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +00:00
Fix compile.
svn path=/trunk/; revision=26567
This commit is contained in:
parent
d51049e8a2
commit
0ad5a2118e
1 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue