[Cppunit-cvs] cppunit NEWS,1.99,1.100 ChangeLog,1.258,1.259
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2007-01-27 06:29:20
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28896 Modified Files: NEWS ChangeLog Log Message: Apply patch to fix [ 1293903 ] UNICODE Builds not supported Index: NEWS =================================================================== RCS file: /cvsroot/cppunit/cppunit/NEWS,v retrieving revision 1.99 retrieving revision 1.100 diff -C2 -d -r1.99 -r1.100 *** NEWS 27 Jan 2007 06:02:22 -0000 1.99 --- NEWS 27 Jan 2007 06:29:17 -0000 1.100 *************** *** 10,13 **** --- 10,14 ---- - Fixed some compilation issue for QtTestRunner. + - Code should build on Windows in UNICODE mode. New in CppUnit 1.12.0: Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.258 retrieving revision 1.259 diff -C2 -d -r1.258 -r1.259 *** ChangeLog 27 Jan 2007 05:47:37 -0000 1.258 --- ChangeLog 27 Jan 2007 06:29:17 -0000 1.259 *************** *** 1,2 **** --- 1,8 ---- + 2007-01-27 Steve M. Robbins <sm...@su...> + + * src/cppunit/Win32DynamicLibraryManager.cpp (doLoadLibrary): + Unconditionally use ANSI version of LoadLibrary() and other + functions with string arguments. + 2007-01-26 Steve M. Robbins <sm...@su...> |