2 Jan
2007
2 Jan
'07
12:25 p.m.
"Louis. Lenders" <xerox_xerox2000(a)yahoo.co.uk> writes:
Hi, is there anything wrong with this patch? If so, could you please tell me what. Thx
I fixed it up, but next time please try to respect the indentation style of the existing file. We don't have any place that uses a strange style like this:
+ if(FAILED(hr)) + { + trace("could not create device, IDirect3D9_CreateDevice returned %#x\n", hr); + goto cleanup; + }
-- Alexandre Julliard julliard(a)winehq.org