Hello Misha,
Alexandre Julliard wrote:
Module: wine Branch: master Commit: a6b40624dbc457ba7b0b4b307b1eb88617c67197 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a6b40624dbc457ba7b0b4b307b...
Author: Misha Koshelev misha680@gmail.com Date: Wed Jun 29 11:16:29 2011 -0400
d3dx9_36: Implement and add tests for D3DXFloat16To32Array.
dlls/d3dx9_36/d3dx9_36.spec | 2 +- dlls/d3dx9_36/math.c | 32 +++++++++++++++++++++++ dlls/d3dx9_36/tests/math.c | 60 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 93 insertions(+), 1 deletions(-)
diff --git a/dlls/d3dx9_36/tests/math.c b/dlls/d3dx9_36/tests/math.c index 5ad1924..aa3f135 100644 --- a/dlls/d3dx9_36/tests/math.c +++ b/dlls/d3dx9_36/tests/math.c @@ -2215,6 +2216,64 @@ static void test_D3DXVec_Array(void)
...
{ NAN, 0x7fff, 0x7fff, 131008.0f, 131008.0f },
{ -NAN, 0xffff, 0xffff, -131008.0f, -131008.0f },
this breaks compilation on systems that don't have NAN.
bye michael