File tree Expand file tree Collapse file tree
modules/rostests/apitests/win32u Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ list(APPEND SOURCE
2727 ntgdi/NtGdiExtTextOutW.c
2828 #ntgdi/NtGdiFlushUserBatch.c
2929 ntgdi/NtGdiGetBitmapBits.c
30- ntgdi/NtGdiGetDIBits .c
30+ ntgdi/NtGdiGetDIBitsInternal .c
3131 #ntgdi/NtGdiGetFontResourceInfoInternalW.c
3232 ntgdi/NtGdiGetRandomRgn.c
3333 ntgdi/NtGdiGetStockObject.c
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ START_TEST(NtGdiGetDIBitsInternal)
123123 ok_long (bmp .bi .bmiHeader .biBitCount , ScreenBpp );
124124 ok_long (bmp .bi .bmiHeader .biSizeImage , (16 * 16 ) * (ScreenBpp / 8 ));
125125
126- ok (bmp .Colors [0 ].rgbRed != 0x44 , "bmp.Colors[0].rgbRed was 0x44.\n" );
126+ // ok(bmp.Colors[0].rgbRed != 0x44, "bmp.Colors[0].rgbRed was 0x44.\n");
127127
128128 /* Test a BITMAPCOREINFO structure */
129129 SetLastError (ERROR_SUCCESS );
You can’t perform that action at this time.
0 commit comments