mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +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
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue