mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 15:35:00 +08:00
implement EngUnlockSurface
svn path=/trunk/; revision=28555
This commit is contained in:
@@ -205,7 +205,7 @@ DdEntry53@8=NtGdiDdUnlock@8
|
||||
DdEntry54@8=NtGdiDdUnlockD3D@8
|
||||
DdEntry55@12=NtGdiDdUpdateOverlay@12
|
||||
DdEntry56@8=NtGdiDdWaitForVerticalBlank@8
|
||||
EngUnlockSurface@4
|
||||
EngUnlockSurface@4=NtGdiEngLockSurface@4
|
||||
EngWideCharToMultiByte@20
|
||||
EnumEnhMetaFile@20
|
||||
EnumFontFamiliesA@16
|
||||
|
||||
@@ -2503,15 +2503,6 @@ Ellipse(
|
||||
return NtGdiEllipse(hdc,nLeftRect,nTopRect,nRightRect,nBottomRect);
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
VOID STDCALL
|
||||
EngUnlockSurface(SURFOBJ *pso)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
|
||||
Reference in New Issue
Block a user