mirror of
https://github.com/reactos/reactos.git
synced 2026-05-26 10:53:56 +08:00
We assume pso->sizlBitmap.cy is positive. CORE-15995 Because pso->sizlBitmap.cy is certificated as a positive value after initialization in SURFACE_AllocSurface, so we can safely omit abs and labs (absolute) function calls for it.