comctl32/tests: Make test_ApproximateViewRect() static.

Francois Gouget fgouget at free.fr
Thu Oct 8 04:23:13 CDT 2009


---
 dlls/comctl32/tests/listview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index c9551a1..2e8e555 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/listview.c
@@ -4021,7 +4021,7 @@ static void test_LVS_EX_TRANSPARENTBKGND(void)
     DestroyWindow(hwnd);
 }
 
-void test_ApproximateViewRect(void)
+static void test_ApproximateViewRect(void)
 {
     HWND hwnd;
     DWORD ret;
-- 
1.6.3.3




More information about the wine-patches mailing list