diff --git a/dlls/d3dx8/tests/mesh.c b/dlls/d3dx8/tests/mesh.c index 967f3c9c941..4dfa11fb8e8 100644 --- a/dlls/d3dx8/tests/mesh.c +++ b/dlls/d3dx8/tests/mesh.c @@ -22,7 +22,7 @@ #define admitted_error 0.0001f -BOOL compare(FLOAT u, FLOAT v) +static BOOL compare(FLOAT u, FLOAT v) { return (fabs(u-v) < admitted_error); }