Alexandre Julliard wrote:
Module: wine Branch: master Commit: b648dac7e12f593589661d03449e0f092b363f87 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b648dac7e12f593589661d0344...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 8 17:49:03 2008 +0200
dinput: Don't depend on the dxerr8 static library in the tests.
dlls/dinput/tests/Makefile.in | 2 +- dlls/dinput/tests/device.c | 27 ++++++------ dlls/dinput/tests/joystick.c | 95 ++++++++++++++++------------------------- dlls/dinput/tests/keyboard.c | 39 ++++++++--------- dlls/dinput/tests/mouse.c | 27 ++++++------ 5 files changed, 83 insertions(+), 107 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b648dac7e12f593589661d...
Any particular reason for this patch? It makes it that much more complicated to decipher what the error code is.
Vitaliy.
Vitaliy Margolen wine-devel@kievinfo.com writes:
Any particular reason for this patch? It makes it that much more complicated to decipher what the error code is.
It's necessary to allow make crosstest to work with the Wine libraries instead of the broken mingw ones.