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

d3dx8/tests: Make compare() static.

parent d13fed31
......@@ -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);
}
......
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