mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* FILE: lib/crtdll/conio/kbhit.c
|
* FILE: lib/msvcrt/stdio/fflush.c
|
||||||
* PURPOSE: Checks for keyboard hits
|
* PURPOSE: Checks for keyboard hits
|
||||||
* PROGRAMER: Boudewijn Dekker
|
* PROGRAMER: Boudewijn Dekker
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
|
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
|
||||||
|
|
||||||
#include <msvcrt/stdio.h>
|
#include <msvcrt/stdio.h>
|
||||||
//#include <crtdll/unistd.h>
|
|
||||||
#include <msvcrt/fcntl.h>
|
#include <msvcrt/fcntl.h>
|
||||||
#include <msvcrt/io.h>
|
#include <msvcrt/io.h>
|
||||||
#include <msvcrt/errno.h>
|
#include <msvcrt/errno.h>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#include <msvcrt/stdio.h>
|
#include <msvcrt/stdio.h>
|
||||||
#include <msvcrt/internal/file.h>
|
#include <msvcrt/internal/file.h>
|
||||||
|
|
||||||
// not exported by crtdll
|
// not exported by msvcrt
|
||||||
__file_rec *__file_rec_list;
|
__file_rec *__file_rec_list;
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* FILE: lib/crtdll/stdio/rmtmp.c
|
* FILE: lib/msvcrt/stdio/rmtmp.c
|
||||||
* PURPOSE: remove temporary files in current directory
|
* PURPOSE: remove temporary files in current directory
|
||||||
* PROGRAMMER: Boudewijn ( ariadne@xs4all.nl)
|
* PROGRAMMER: Boudewijn ( ariadne@xs4all.nl)
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* FILE: lib/crtdll/stdlib/fullpath.c
|
* FILE: lib/msvcrt/stdlib/fullpath.c
|
||||||
* PURPOSE: Gets the fullpathname
|
* PURPOSE: Gets the fullpathname
|
||||||
* PROGRAMER: Boudewijn Dekker
|
* PROGRAMER: Boudewijn Dekker
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#include <msvcrt/stdlib.h>
|
#include <msvcrt/stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
int mblen (const char* mbs, size_t sizeString)
|
//int mblen (const char* mbs, size_t sizeString)
|
||||||
{
|
//{
|
||||||
return 0;
|
// return 0;
|
||||||
}
|
//}
|
||||||
|
|
||||||
size_t mbstowcs (wchar_t* wcaDest, const char* mbsConvert, size_t size)
|
size_t mbstowcs (wchar_t* wcaDest, const char* mbsConvert, size_t size)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue