mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
-fix build some broke
svn path=/trunk/; revision=28557
This commit is contained in:
parent
0a7ed18bbc
commit
cf7c5bc702
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ EngLockSurface(IN HSURF Surface)
|
|||
* @implemented
|
||||
*/
|
||||
VOID STDCALL
|
||||
NtGdiEngUnLockSurface(IN SURFOBJ *Surface)
|
||||
NtGdiEngUnlockSurface(IN SURFOBJ *Surface)
|
||||
{
|
||||
EngUnlockSurface(Surface);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue