ChangeSet ID: 6743
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/19 15:11:54
Modified files:
ole : ole2nls.c
include : winnls.h
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
GetDateFormat() and GetTimeFormat() should check the validity of the
time/date structure it is processing.
Add comments to describe flags behavior.
Add support for TIME_FORCE24HOURFORMAT, TIME_NOMINUTESORSECONDS,
TIME_NOSECONDS and TIME_NOTIMEMARKER.
Add check in GetDateFormatW() for invalid flag combinations.
Added some missing DATE_* defines to winnls.h.
Behavior verified against NT4.0.
Patch: http://cvs.winehq.com/patch.py?id=6743
Old revision New revision Changes Path
1.110 1.111 +213 -46 wine/ole/ole2nls.c
1.37 1.38 +4 -0 wine/include/winnls.h