shlwapi/tests: Make test_PathIsRelative[AW]() static.

Francois Gouget fgouget at free.fr
Sat Jul 5 04:15:09 CDT 2014


---
 dlls/shlwapi/tests/path.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shlwapi/tests/path.c b/dlls/shlwapi/tests/path.c
index 9fe70cd..1599313 100644
--- a/dlls/shlwapi/tests/path.c
+++ b/dlls/shlwapi/tests/path.c
@@ -1600,7 +1600,7 @@ static const struct {
     {"file:///C:/test.txt", TRUE}
 };
 
-void test_PathIsRelativeA(void)
+static void test_PathIsRelativeA(void)
 {
     BOOL ret;
     int i, num;
@@ -1619,7 +1619,7 @@ void test_PathIsRelativeA(void)
     }
 }
 
-void test_PathIsRelativeW(void)
+static void test_PathIsRelativeW(void)
 {
     BOOL ret;
     int i, num;
-- 
2.0.0



More information about the wine-patches mailing list