8 Dec
2009
8 Dec
'09
11:25 a.m.
Roderick Colenbrander <thunderbird2k(a)gmail.com> writes:
{ - ERR("Direct3D%d is not available without opengl\n", dxVersion); + ERR_(winediag)("Unable to initialize Direct3D%d due to lack of OpenGL support.\nMake sure OpenGL drivers are installed on your system and that Wine was compiled with OpenGL support.\n", dxVersion);
I don't think you want that. One of the ideas behind winediag is that it should be machine-parsable, and adding new lines in the middle of traces will make that harder. -- Alexandre Julliard julliard(a)winehq.org