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