Commit ece6f5c3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent f9f3b21f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment