diff --git a/modules/rostests/apitests/win32nt/CMakeLists.txt b/modules/rostests/apitests/win32nt/CMakeLists.txt index a861830bbc0..9968d8a0c9d 100644 --- a/modules/rostests/apitests/win32nt/CMakeLists.txt +++ b/modules/rostests/apitests/win32nt/CMakeLists.txt @@ -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 diff --git a/modules/rostests/apitests/win32nt/testlist.c b/modules/rostests/apitests/win32nt/testlist.c index c63cc42c101..839d87480fc 100644 --- a/modules/rostests/apitests/win32nt/testlist.c +++ b/modules/rostests/apitests/win32nt/testlist.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 },