19 Apr
2008
19 Apr
'08
12:06 p.m.
On 19/04/2008, David Adam <david.adam.cnrs(a)gmail.com> wrote:
This time, with tests for d3d8 and d3d9.
David Adam
Looks mostly ok, but you do need a \n at the end of these ok messages:
+ ok(hr == D3DERR_INVALIDCALL, "Expected D3DERR_INVALIDCALL, got %s", DXGetErrorString8(hr)); + ok(hr == D3DERR_INVALIDCALL, "Expected D3DERR_INVALIDCALL, got %s", DXGetErrorString9(hr));
- * Copyright (C) 2006-2007 Stefan Dösinger(For CodeWeavers) + * Copyright (C) 2006-2007 Stefan D�singer(For CodeWeavers) Try not to change the encoding of the file. I'm not sure if we ever considered simply using UTF-8 for source files, but it would probably prevent some issues like this.