ChangeSet ID: 12630
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/15 13:27:50
Modified files:
dlls/shell32 : shlexec.c shell32_main.h shell.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
SHELL_ExecuteW() passes a Unicode environment to CreateProcessW() so
it must specify the CREATE_UNICODE_ENVIRONMENT flag. Also the
SHELL_ExecuteW32() functions will always be called with a Unicode
environment so adjust their prototype accordingly.
Patch: http://cvs.winehq.org/patch.py?id=12630
Old revision New revision Changes Path
1.51 1.52 +7 -7 wine/dlls/shell32/shlexec.c
1.87 1.88 +2 -2 wine/dlls/shell32/shell32_main.h
1.60 1.61 +1 -1 wine/dlls/shell32/shell.c
ChangeSet ID: 12625
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/15 12:02:31
Modified files:
dlls/kernel : locale.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- Fix erroneous use of LOCALE_SDATE in the place of LOCALE_SSHORTDATE.
- Fix incorrect assumptions about format strings when parsing date
formats and setting LOCALE_IDATE and LOCALE_ILDATE values.
Patch: http://cvs.winehq.org/patch.py?id=12625
Old revision New revision Changes Path
1.43 1.44 +10 -7 wine/dlls/kernel/locale.c
ChangeSet ID: 12621
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/14 19:55:05
Modified files:
dlls/kernel : file.c
Log message:
Added magic number in the FindFirstFile structure to allow more robust
detection of bad handles (with help from Aric Stewart).
Patch: http://cvs.winehq.org/patch.py?id=12621
Old revision New revision Changes Path
1.22 1.23 +33 -17 wine/dlls/kernel/file.c