mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed up the path spec and filename in the header blocks
svn path=/trunk/; revision=3766
This commit is contained in:
parent
e8a0978c40
commit
8e08360d7b
6 changed files with 8 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
* FILE: lib/crtdll/conio/kbhit.c
|
||||
* FILE: lib/msvcrt/stdio/fflush.c
|
||||
* PURPOSE: Checks for keyboard hits
|
||||
* PROGRAMER: Boudewijn Dekker
|
||||
* UPDATE HISTORY:
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
|
||||
|
||||
#include <msvcrt/stdio.h>
|
||||
//#include <crtdll/unistd.h>
|
||||
#include <msvcrt/fcntl.h>
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/errno.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
// not exported by crtdll
|
||||
// not exported by msvcrt
|
||||
__file_rec *__file_rec_list;
|
||||
|
||||
void
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
* FILE: lib/crtdll/stdio/rmtmp.c
|
||||
* FILE: lib/msvcrt/stdio/rmtmp.c
|
||||
* PURPOSE: remove temporary files in current directory
|
||||
* PROGRAMMER: Boudewijn ( ariadne@xs4all.nl)
|
||||
* UPDATE HISTORY:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
* FILE: lib/crtdll/stdlib/fullpath.c
|
||||
* FILE: lib/msvcrt/stdlib/fullpath.c
|
||||
* PURPOSE: Gets the fullpathname
|
||||
* PROGRAMER: Boudewijn Dekker
|
||||
* UPDATE HISTORY:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#include <msvcrt/stdlib.h>
|
||||
|
||||
|
||||
int mblen (const char* mbs, size_t sizeString)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
//int mblen (const char* mbs, size_t sizeString)
|
||||
//{
|
||||
// return 0;
|
||||
//}
|
||||
|
||||
size_t mbstowcs (wchar_t* wcaDest, const char* mbsConvert, size_t size)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue