ChangeSet ID: 10093
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/17 14:18:19
Modified files:
dlls/kernel : process.c
Log message:
Fixed regression in loading of builtin apps from the system dir when
the native doesn't exist.
Patch: http://cvs.winehq.com/patch.py?id=10093
Old revision New revision Changes Path
1.34 1.35 +1 -1 wine/dlls/kernel/process.c
ChangeSet ID: 10090
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/17 14:07:55
Modified files:
. : configure.ac configure
Log message:
Link the main binaries with --export-dynamic so that the pthread
emulation works correctly (reported by Jeremy Shaw).
Patch: http://cvs.winehq.com/patch.py?id=10090
Old revision New revision Changes Path
1.205 1.206 +7 -0 wine/configure.ac
1.484 1.485 +51 -0 wine/configure