mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[WIN32KNT_APITEST] Comment out broken test for NtGdiGetFontResourceInfoInternalW
This commit is contained in:
parent
329e065dbb
commit
be7a7f8c22
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ list(APPEND SOURCE
|
|||
#ntgdi/NtGdiFlushUserBatch.c
|
||||
ntgdi/NtGdiGetBitmapBits.c
|
||||
ntgdi/NtGdiGetDIBits.c
|
||||
ntgdi/NtGdiGetFontResourceInfoInternalW.c
|
||||
#ntgdi/NtGdiGetFontResourceInfoInternalW.c
|
||||
ntgdi/NtGdiGetRandomRgn.c
|
||||
ntgdi/NtGdiGetStockObject.c
|
||||
ntgdi/NtGdiIntersectClipRect.c
|
||||
|
|
|
@ -92,7 +92,7 @@ const struct test winetest_testlist[] =
|
|||
//{ "NtGdiFlushUserBatch", func_NtGdiFlushUserBatch },
|
||||
{ "NtGdiGetBitmapBits", func_NtGdiGetBitmapBits },
|
||||
{ "NtGdiGetDIBitsInternal", func_NtGdiGetDIBitsInternal },
|
||||
{ "NtGdiGetFontResourceInfoInternalW", func_NtGdiGetFontResourceInfoInternalW },
|
||||
//{ "NtGdiGetFontResourceInfoInternalW", func_NtGdiGetFontResourceInfoInternalW },
|
||||
{ "NtGdiGetRandomRgn", func_NtGdiGetRandomRgn },
|
||||
{ "NtGdiGetStockObject", func_NtGdiGetStockObject },
|
||||
{ "NtGdiIntersectClipRect", func_NtGdiIntersectClipRect },
|
||||
|
|
Loading…
Reference in a new issue