ChangeSet ID: 10046 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/11 16:21:30
Modified files: libs/wine : wine.def loader.c config.c Makefile.in include/wine : library.h dlls/ntdll : server.c Makefile.in dlls/kernel : process.c Makefile.in
Log message: Moved the exec_wine_binary function to the wine library, and use it to exec the wineserver too.
Patch: http://cvs.winehq.com/patch.py?id=10046
Old revision New revision Changes Path 1.5 1.6 +2 -1 wine/libs/wine/wine.def 1.13 1.14 +1 -3 wine/libs/wine/loader.c 1.2 1.3 +52 -6 wine/libs/wine/config.c 1.5 1.6 +1 -1 wine/libs/wine/Makefile.in 1.26 1.27 +2 -1 wine/include/wine/library.h 1.6 1.7 +6 -18 wine/dlls/ntdll/server.c 1.93 1.94 +1 -1 wine/dlls/ntdll/Makefile.in 1.32 1.33 +8 -50 wine/dlls/kernel/process.c 1.98 1.99 +1 -1 wine/dlls/kernel/Makefile.in