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

This commit is contained in:
Francois Gouget 2014-07-05 11:15:09 +02:00 committed by Alexandre Julliard
parent f9f3b21fb3
commit ece6f5c3e0

View file

@ -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;