mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
2003-01-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* apps/testsets/Makefile (TEST_SETS): Remove ldr. * include/msvcrt/ctype.h (towupper): Make returntype wchar_t. svn path=/trunk/; revision=4008
This commit is contained in:
parent
1c52b61e7d
commit
76b1705795
3 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-01-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* apps/testsets/Makefile (TEST_SETS): Remove ldr.
|
||||
* include/msvcrt/ctype.h (towupper): Make returntype wchar_t.
|
||||
|
||||
2003-01-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* tools/rtouch.c: Include <sys/utime.h>, not <utime.h>.
|
||||
|
|
|
@ -8,7 +8,7 @@ include $(PATH_TO_TOP)/rules.mak
|
|||
|
||||
|
||||
# Testset applications
|
||||
TEST_SETS = ldr loadlib
|
||||
TEST_SETS = loadlib
|
||||
|
||||
TEST_KERNEL32 =
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
* DISCLAIMED. This includes but is not limited to warranties of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Revision: 1.6 $
|
||||
* $Author: robd $
|
||||
* $Date: 2003/01/15 20:05:50 $
|
||||
* $Revision: 1.7 $
|
||||
* $Author: chorns $
|
||||
* $Date: 2003/01/15 21:07:18 $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -120,9 +120,9 @@ int iswupper(wint_t);
|
|||
int iswxdigit(wint_t);
|
||||
|
||||
//wchar_t towlower(wchar_t);
|
||||
//wchar_t towupper(wchar_t);
|
||||
wchar_t towupper(wchar_t);
|
||||
int towlower(wint_t);
|
||||
int towupper(wint_t);
|
||||
//int towupper(wint_t);
|
||||
|
||||
int isleadbyte(int);
|
||||
|
||||
|
|
Loading…
Reference in a new issue