From 2f35c4b158cc3cfe65428b1692bded548fc8271f Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Tue, 12 Dec 2017 11:41:43 +0100 Subject: [PATCH] Fixed remaining color renaming issues. --- libfreerdp/gdi/test/helpers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfreerdp/gdi/test/helpers.c b/libfreerdp/gdi/test/helpers.c index 3be6fa1..6fe2ca0 100644 --- a/libfreerdp/gdi/test/helpers.c +++ b/libfreerdp/gdi/test/helpers.c @@ -131,8 +131,8 @@ BOOL test_assert_bitmaps_equal(HGDI_BITMAP hBmpActual, if (!bitmapsEqual) { printf("Testing ROP %s [%s|%s]\n", name, - GetColorFormatName(hBmpActual->format), - GetColorFormatName(hBmpExpected->format)); + FreeRDPGetColorFormatName(hBmpActual->format), + FreeRDPGetColorFormatName(hBmpExpected->format)); test_dump_bitmap(hBmpActual, "Actual"); test_dump_bitmap(hBmpExpected, "Expected"); fflush(stdout); -- 2.7.4