https://git.reactos.org/?p=reactos.git;a=commitdiff;h=234a78e09f11af9de830e…
commit 234a78e09f11af9de830e52a11e21e3719f3f29a
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Wed Apr 3 20:42:21 2019 +0900
Commit: GitHub <noreply(a)github.com>
CommitDate: Wed Apr 3 20:42:21 2019 +0900
[ROSTESTS][GDI32_APITEST] Follow up of #1457 (#1458)
Thanks, @SergeGautherie.
---
modules/rostests/apitests/gdi32/SetWindowExtEx.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/rostests/apitests/gdi32/SetWindowExtEx.c
b/modules/rostests/apitests/gdi32/SetWindowExtEx.c
index 2bed49ee50..e55c993eda 100644
--- a/modules/rostests/apitests/gdi32/SetWindowExtEx.c
+++ b/modules/rostests/apitests/gdi32/SetWindowExtEx.c
@@ -158,8 +158,8 @@ void Test_SetWindowExtEx()
//TEST(pDC_Attr->flXform & PAGE_EXTENTS_CHANGED);
/* Check the viewport from the dcattr, without going through gdi */
- //TEST(pDC_Attr->szlViewportExt.cx, GetDeviceCaps(GetDC(0), HORZRES));
- //TEST(pDC_Attr->szlViewportExt.cy, -GetDeviceCaps(GetDC(0), VERTRES));
+ //ok_long(pDC_Attr->szlViewportExt.cx, GetDeviceCaps(GetDC(0), HORZRES));
+ //ok_long(pDC_Attr->szlViewportExt.cy, -GetDeviceCaps(GetDC(0), VERTRES));
/* Check the viewport with gdi, should not be the same */
GetViewportExtEx(hDC, &ViewportExt);