ChangeSet ID: 20112
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/09 10:01:17
Modified files:
dlls/oleaut32/tests: vartype.c
dlls/oleaut32 : vartype.c
Log message:
Alex VillacĂs Lasso <a_villacis(a)palosanto.com>
Make Single|Double->BSTR conversion use the specified locale for the
decimal point even without the LOCALE_USE_NLS flag. Test supplied.
Patch: http://cvs.winehq.org/patch.py?id=20112
Old revision New revision Changes Path
1.30 1.31 +20 -0 wine/dlls/oleaut32/tests/vartype.c
1.15 1.16 +48 -1 wine/dlls/oleaut32/vartype.c
ChangeSet ID: 20107
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/09 05:35:47
Modified files:
dlls/user : user_main.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
If given the EWX_FORCE flag, ExitWindowsEx() should not send the
WM_{QUERY}ENDSESSION messages.
Add support for EWX_FORCEIFHUNG.
ExitWindowsEx() should return true if it succeeds, even if the user
cancels the shutdown.
Patch: http://cvs.winehq.org/patch.py?id=20107
Old revision New revision Changes Path
1.94 1.95 +31 -27 wine/dlls/user/user_main.c