wine/dlls/kernel/tests locale.c

Alexandre Julliard julliard at wine.codeweavers.com
Wed Dec 11 21:56:09 CST 2002


ChangeSet ID:	6584
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/12/11 21:56:09

Modified files:
	dlls/kernel/tests: locale.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	Don't test whether Get{Currency,Date,Number,Time}FormatA writes as
	much as possible in the buffer even if it is too small. This is
	undocumented and does not match the Win9x behavior.
	Skip Unicode tests on Win9x.
	Fix usage of memset/sizeof/COUNTOF.
	Fix signed/unsigned warnings (in MSVC) by using lstrlenA instead of
	strlen.

Patch: http://cvs.winehq.com/patch.py?id=6584

Old revision  New revision  Changes     Path
 1.7           1.8           +92 -82     wine/dlls/kernel/tests/locale.c




More information about the wine-cvs mailing list