mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/msvcrt/.cvsignore: Ignore *.gch. * lib/msvcrt/precomp.h: New file. * lib/msvcrt/Makefile (TARGET_PCH): Set to precomp.h. * lib/msvcrt/*/*.c: Use pre-compiled header. svn path=/trunk/; revision=10555
This commit is contained in:
parent
aa7fdaac83
commit
84385f6e26
101 changed files with 144 additions and 128 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* lib/msvcrt/.cvsignore: Ignore *.gch.
|
||||
* lib/msvcrt/precomp.h: New file.
|
||||
* lib/msvcrt/Makefile (TARGET_PCH): Set to precomp.h.
|
||||
* lib/msvcrt/*/*.c: Use pre-compiled header.
|
||||
|
||||
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* lib/crtdll/.cvsignore: Ignore *.gch.
|
||||
|
|
|
@ -8,3 +8,4 @@
|
|||
*.ncb
|
||||
*.opt
|
||||
*.map
|
||||
*.gch
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.44 2004/05/29 21:24:44 hbirr Exp $
|
||||
# $Id: Makefile,v 1.45 2004/08/15 18:16:35 chorns Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -8,6 +8,8 @@ TARGET_TYPE = dynlink
|
|||
|
||||
TARGET_NAME = msvcrt
|
||||
|
||||
TARGET_PCH = precomp.h
|
||||
|
||||
TARGET_BASE = $(TARGET_BASE_LIB_MSVCRT)
|
||||
|
||||
TARGET_LFLAGS = -nostartfiles --enable-stdcall-fixup
|
||||
|
|
|
@ -7,12 +7,14 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/conio.h>
|
||||
#include <msvcrt/string.h>
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/conio.h>
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/io.h>
|
||||
|
|
|
@ -8,12 +8,11 @@
|
|||
* 28/12/98: Created
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/conio.h>
|
||||
#include <msvcrt/internal/console.h>
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* FIXME PeekConsoleInput returns more than keyboard hits
|
||||
*
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/conio.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/ctype.h>
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/ctype.h>
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/errno.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/ctype.h>
|
||||
#include <msvcrt/direct.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/ctype.h>
|
||||
#include <msvcrt/direct.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/ctype.h>
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/errno.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/direct.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <excpt.h>
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <ntos/except.h>
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <excpt.h>
|
||||
#include <wine/winternl.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/errno.h>
|
||||
#define NDEBUG
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/errno.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: dup.c,v 1.6 2003/12/03 17:17:03 navaraf Exp $ */
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/errno.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
//#include <windows.h>
|
||||
#include <msvcrt/io.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/string.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: open.c,v 1.17 2003/12/03 17:17:03 navaraf Exp $
|
||||
/* $Id: open.c,v 1.18 2004/08/15 18:16:36 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
// possibly store extra information at the handle
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#if !defined(NDEBUG) && defined(DBG)
|
||||
#include <msvcrt/stdarg.h>
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: pipe.c,v 1.7 2003/12/03 17:17:03 navaraf Exp $
|
||||
/* $Id: pipe.c,v 1.8 2004/08/15 18:16:36 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -8,7 +8,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Appropriated for Reactos
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/errno.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: read.c,v 1.12 2003/12/03 17:17:03 navaraf Exp $
|
||||
/* $Id: read.c,v 1.13 2004/08/15 18:16:36 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -11,7 +11,8 @@
|
|||
* any amount of data has been read. It's the expected
|
||||
* behavior for line-buffered streams (KJK::Hyperion)
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/errno.h>
|
||||
#define NDEBUG
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/string.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: wopen.c,v 1.4 2003/12/03 17:17:03 navaraf Exp $
|
||||
/* $Id: wopen.c,v 1.5 2004/08/15 18:16:36 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -12,7 +12,7 @@
|
|||
// rember to interlock the allocation of fileno when making this thread safe
|
||||
// possibly store extra information at the handle
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#if !defined(NDEBUG) && defined(DBG)
|
||||
#include <msvcrt/stdarg.h>
|
||||
#endif
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/locale.h>
|
||||
#include <msvcrt/string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <msvcrt/internal/tls.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/mbstring.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
/* $Id: crtmain.c,v 1.5 2003/07/11 21:58:09 royce Exp $
|
||||
/* $Id: crtmain.c,v 1.6 2004/08/15 18:16:37 chorns Exp $
|
||||
*
|
||||
* ReactOS MSVCRT.DLL Compatibility Library
|
||||
*/
|
||||
#include <windows.h>
|
||||
//#include <msvcrt/stdlib.h>
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <msvcrt/msvcrtdbg.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: dllmain.c,v 1.22 2004/05/27 11:49:48 hbirr Exp $
|
||||
/* $Id: dllmain.c,v 1.23 2004/08/15 18:16:37 chorns Exp $
|
||||
*
|
||||
* dllmain.c
|
||||
*
|
||||
|
@ -14,13 +14,13 @@
|
|||
* DISCLAMED. This includes but is not limited to warrenties of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Revision: 1.22 $
|
||||
* $Author: hbirr $
|
||||
* $Date: 2004/05/27 11:49:48 $
|
||||
* $Revision: 1.23 $
|
||||
* $Author: chorns $
|
||||
* $Date: 2004/08/15 18:16:37 $
|
||||
*
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/internal/tls.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include "../wine/msvcrt.h"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
/* $Id: environ.c,v 1.8 2004/05/27 11:49:48 hbirr Exp $
|
||||
/* $Id: environ.c,v 1.9 2004/08/15 18:16:37 chorns Exp $
|
||||
*
|
||||
* dllmain.c
|
||||
*
|
||||
* ReactOS MSVCRT.DLL Compatibility Library
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/internal/tls.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
/* tls.c */
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/internal/tls.h>
|
||||
#include <msvcrt/internal/rterror.h>
|
||||
|
|
1
reactos/lib/msvcrt/precomp.h
Normal file
1
reactos/lib/msvcrt/precomp.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include <windows.h>
|
|
@ -7,7 +7,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 04/03/99: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/process.h>
|
||||
#include <msvcrt/errno.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: _system.c,v 1.9 2003/12/03 17:17:03 navaraf Exp $
|
||||
/* $Id: _system.c,v 1.10 2004/08/15 18:16:37 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -8,7 +8,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 04/03/99: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/string.h>
|
||||
#include <msvcrt/process.h>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* 04/03/99: Created
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/process.h>
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: process.c,v 1.9 2004/01/23 20:11:03 ekohl Exp $ */
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/process.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/process.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/* $Id: thread.c,v 1.9 2003/12/24 23:20:08 sedwards Exp $
|
||||
*
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/errno.h>
|
||||
#include <msvcrt/process.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/process.h>
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/* $Id: threadx.c,v 1.6 2003/12/03 17:17:03 navaraf Exp $
|
||||
*
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/errno.h>
|
||||
#include <msvcrt/process.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: fputs.c,v 1.7 2003/07/16 17:53:34 royce Exp $
|
||||
/* $Id: fputs.c,v 1.8 2004/08/15 18:16:38 chorns Exp $
|
||||
*
|
||||
* ReactOS msvcrt library
|
||||
*
|
||||
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: getc.c,v 1.9 2003/07/11 21:58:09 royce Exp $
|
||||
/* $Id: getc.c,v 1.10 2004/08/15 18:16:38 chorns Exp $
|
||||
*
|
||||
* ReactOS msvcrt library
|
||||
*
|
||||
|
@ -21,7 +21,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/wchar.h>
|
||||
#include <msvcrt/errno.h>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* $Id: popen.c,v 1.5 2003/07/11 21:58:09 royce Exp $ */
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/errno.h>
|
||||
#include <msvcrt/stdio.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: putc.c,v 1.9 2003/07/11 22:17:09 royce Exp $
|
||||
/* $Id: putc.c,v 1.10 2004/08/15 18:16:38 chorns Exp $
|
||||
*
|
||||
* ReactOS msvcrt library
|
||||
*
|
||||
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/wchar.h>
|
||||
#include <msvcrt/errno.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stddef.h>
|
||||
#include <msvcrt/stdio.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/io.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/io.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/io.h>
|
||||
#include <msvcrt/fcntl.h>
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
* handler and non atomic heap operations
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/malloc.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/ctype.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
|
||||
#undef _cpumode
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/ctype.h>
|
||||
#include <msvcrt/wchar.h>
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/stdlib.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
/* Compare S1 and S2, returning less than, equal to or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
/* Compare S1 and S2, returning less than, equal to or
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
#if 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: fstat.c,v 1.15 2003/07/11 21:58:09 royce Exp $
|
||||
/* $Id: fstat.c,v 1.16 2004/08/15 18:16:38 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -8,7 +8,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/sys/types.h>
|
||||
#include <msvcrt/sys/stat.h>
|
||||
#include <msvcrt/fcntl.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: fstati64.c,v 1.2 2003/07/11 21:58:16 royce Exp $
|
||||
/* $Id: fstati64.c,v 1.3 2004/08/15 18:16:38 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -8,7 +8,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 28/12/98: Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/sys/types.h>
|
||||
#include <msvcrt/sys/stat.h>
|
||||
#include <msvcrt/fcntl.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/sys/types.h>
|
||||
#include <msvcrt/sys/stat.h>
|
||||
#include <msvcrt/fcntl.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/sys/types.h>
|
||||
#include <msvcrt/sys/stat.h>
|
||||
#include <msvcrt/fcntl.h>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* 28/12/98: Created
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/time.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
** (guy@auspex.com).
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/fcntl.h>
|
||||
#include <msvcrt/time.h>
|
||||
#include <msvcrt/string.h>
|
||||
|
@ -42,7 +43,6 @@
|
|||
#include <msvcrt/stdio.h>
|
||||
#include <msvcrt/stdlib.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include "tzfile.h"
|
||||
|
||||
#include <msvcrt/io.h>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* 07/15/03 -- Created
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/sys/time.h>
|
||||
#include <msvcrt/sys/timeb.h>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* Copyright 1996 Alexandre Julliard
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/time.h>
|
||||
#include <msvcrt/internal/file.h>
|
||||
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <msvcrt/fcntl.h>
|
||||
#include <msvcrt/time.h>
|
||||
#include <windows.h>
|
||||
#include "tzfile.h"
|
||||
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue