On 10/11/21 6:35 PM, Zebediah Figura wrote:
On 10/11/21 8:22 AM, Jacek Caban wrote:
@@ -55,6 +60,7 @@ SYSCALL_ENTRY( NtGdiSaveDC ) \ SYSCALL_ENTRY( NtGdiSetBitmapBits ) \ SYSCALL_ENTRY( NtGdiSetBitmapDimension ) \ + SYSCALL_ENTRY( NtGdiSetColorAdjustment ) \ SYSCALL_ENTRY( NtGdiSetBrushOrg ) \ SYSCALL_ENTRY( NtGdiSetMetaRgn ) \ SYSCALL_ENTRY( NtGdiSetPixelFormat ) \
Not sure how much we care about alphabetizing these, but I noticed that this is out of order.
Good catch, thanks. And yes, in this case we care and unfortunately we can't catch mistakes by testing yet...
Thanks,
Jacek