mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
implement EngUnlockSurface
svn path=/trunk/; revision=28555
This commit is contained in:
parent
2144841165
commit
e4e94438f6
2 changed files with 1 additions and 10 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue