https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3a071a19efe3ff48b5f05c39c0843dee1fa8df7d

commit 3a071a19efe3ff48b5f05c39c0843dee1fa8df7d
Author:     Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com>
AuthorDate: Sun May 19 15:08:38 2019 +0900
Commit:     Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com>
CommitDate: Sun May 19 15:08:38 2019 +0900

    [GDI32_APITEST] Fix MSVC build
---
 modules/rostests/apitests/gdi32/TextTransform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rostests/apitests/gdi32/TextTransform.c 
b/modules/rostests/apitests/gdi32/TextTransform.c
index c09579db649..ca3eea8f7e6 100644
--- a/modules/rostests/apitests/gdi32/TextTransform.c
+++ b/modules/rostests/apitests/gdi32/TextTransform.c
@@ -207,7 +207,7 @@ static const TEST_ENTRY s_entries[] =
     {__LINE__, GM_ADVANCED, {XCENTER, 0}, TA_RIGHT | TA_TOP, {1, 0, 0, 2, 
WIDTH/4, 0}, TRUE, L"501.bmp",
         3, {POS(-1, -1), POS(-1, 1), POS(1, 1)}, 2, {POS(1, -3), POS(1, -1)}},
     {__LINE__, GM_ADVANCED, {XCENTER, 0}, TA_RIGHT | TA_TOP, {2, 0, 0, 2, 
-WIDTH/4, HEIGHT/4}, TRUE, L"502.bmp",
-        0, {}, 4, {POS(-1, -1), POS(1, -1), POS(1, -1), POS(-1, -1)}},
+        0, {POS(0, 0)}, 4, {POS(-1, -1), POS(1, -1), POS(1, -1), POS(-1, -1)}},
     {__LINE__, GM_ADVANCED, {XCENTER, 0}, TA_RIGHT | TA_TOP, {1, 0, 0, 2, 
WIDTH/4, 0}, TRUE, L"503.bmp",
         3, {POS(-1, 1), POS(1, 1), POS(-1, -1)}, 2, {POS(1, -1), POS(1, -3)}},
     {__LINE__, GM_ADVANCED, {XCENTER, 0}, TA_RIGHT | TA_TOP, {2, 0, 0, 1, 
-WIDTH/4, HEIGHT/4}, TRUE, L"504.bmp",

Reply via email to