implement EngUnlockSurface

svn path=/trunk/; revision=28555
This commit is contained in:
Magnus Olsen 2007-08-25 17:36:45 +00:00
parent 2144841165
commit e4e94438f6
2 changed files with 1 additions and 10 deletions

View file

@ -205,7 +205,7 @@ DdEntry53@8=NtGdiDdUnlock@8
DdEntry54@8=NtGdiDdUnlockD3D@8 DdEntry54@8=NtGdiDdUnlockD3D@8
DdEntry55@12=NtGdiDdUpdateOverlay@12 DdEntry55@12=NtGdiDdUpdateOverlay@12
DdEntry56@8=NtGdiDdWaitForVerticalBlank@8 DdEntry56@8=NtGdiDdWaitForVerticalBlank@8
EngUnlockSurface@4 EngUnlockSurface@4=NtGdiEngLockSurface@4
EngWideCharToMultiByte@20 EngWideCharToMultiByte@20
EnumEnhMetaFile@20 EnumEnhMetaFile@20
EnumFontFamiliesA@16 EnumFontFamiliesA@16

View file

@ -2503,15 +2503,6 @@ Ellipse(
return NtGdiEllipse(hdc,nLeftRect,nTopRect,nRightRect,nBottomRect); return NtGdiEllipse(hdc,nLeftRect,nTopRect,nRightRect,nBottomRect);
} }
/*
* @unimplemented
*/
VOID STDCALL
EngUnlockSurface(SURFOBJ *pso)
{
UNIMPLEMENTED;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
}
/* /*
* @unimplemented * @unimplemented