[EMAIL PROTECTED] writes: > diff --git a/dlls/d3dx8/d3dx8.spec b/dlls/d3dx8/d3dx8.spec > index 3293614..325d0a5 100644 > --- a/dlls/d3dx8/d3dx8.spec > +++ b/dlls/d3dx8/d3dx8.spec > @@ -1,4 +1,5 @@ > @ stub D3DXVec2Normalize > +@ stdcall D3DXVec2LengthSq(ptr)
The function is not stdcall, and AFAICS it's supposed to be inline, not exported by the dll. -- Alexandre Julliard [EMAIL PROTECTED]