ChangeSet ID: 7054
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/15 18:11:32
Modified files:
dlls/ntdll/tests: rtlstr.c
Log message:
Francois Gouget <fgouget(a)free.fr>
ok() does not support '%S'. Store the Ansi version, convert to Unicode
when needed, and print the Ansi version using ok().
Fix 'value is so large it is unsigned' warnings.
Patch: http://cvs.winehq.com/patch.py?id=7054
Old revision New revision Changes Path
1.3 1.4 +59 -48 wine/dlls/ntdll/tests/rtlstr.c
ChangeSet ID: 7047
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/14 18:52:36
Modified files:
programs/wineboot: wineboot.c
Log message:
Shachar Shemesh <wine-patches(a)sun.consumer.org.il>
- Added a "runCmd" function, based on Andreas Mohr's
"BOOT_CreateProcess" function.
- Added a function "ProcessRunKeys", to process all the keys that have
the common "Run" syntax.
- Called the new function from main for all the various keys.
Patch: http://cvs.winehq.com/patch.py?id=7047
Old revision New revision Changes Path
1.5 1.6 +204 -8 wine/programs/wineboot/wineboot.c