ChangeSet ID: 13914
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/23 19:25:32
Modified files:
loader : preloader.c
Log message:
Support compiling with -fPIC for people who somehow think this is a
good idea.
Patch: http://cvs.winehq.org/patch.py?id=13914
Old revision New revision Changes Path
1.9 1.10 +15 -9 wine/loader/preloader.c
ChangeSet ID: 13906
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/23 17:52:26
Modified files:
dlls/user/tests: win.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- Skip shell window test on Win9x and restore its functionality on NT
platforms.
- Use keybd_event instead of SendInput in order to perform keyboard
input test on Win95 as well.
Patch: http://cvs.winehq.org/patch.py?id=13906
Old revision New revision Changes Path
1.34 1.35 +28 -26 wine/dlls/user/tests/win.c