-fix build some broke

svn path=/trunk/; revision=28557
This commit is contained in:
Johannes Anderwald 2007-08-25 18:35:14 +00:00
parent 0a7ed18bbc
commit cf7c5bc702

View file

@ -563,7 +563,7 @@ EngLockSurface(IN HSURF Surface)
* @implemented
*/
VOID STDCALL
NtGdiEngUnLockSurface(IN SURFOBJ *Surface)
NtGdiEngUnlockSurface(IN SURFOBJ *Surface)
{
EngUnlockSurface(Surface);
}