mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[WIN32KNT_APITEST] Fix NtGdiGetFontResourceInfoInternalW message
This commit is contained in:
@@ -31,7 +31,7 @@ START_TEST(NtGdiGetFontResourceInfoInternalW)
|
||||
&logfont,
|
||||
2);
|
||||
|
||||
ok(bRet != FALSE, "bRet was not FALSE.\n");
|
||||
ok(bRet != FALSE, "bRet was FALSE.\n");
|
||||
|
||||
printf("lfHeight = %ld\n", logfont.lfHeight);
|
||||
printf("lfWidth = %ld\n", logfont.lfWidth);
|
||||
|
||||
Reference in New Issue
Block a user