From 0107a0743b458d4486355cf2ba1aeedff5818d00 Mon Sep 17 00:00:00 2001 From: Boudewijn Dekker Date: Sun, 9 May 1999 14:00:05 +0000 Subject: [PATCH] no message svn path=/trunk/; revision=440 --- reactos/include/crtdll/internal/quad.h | 4 ++-- reactos/include/crtdll/stdio.h | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/reactos/include/crtdll/internal/quad.h b/reactos/include/crtdll/internal/quad.h index b64f632ef91..b346b94c84b 100644 --- a/reactos/include/crtdll/internal/quad.h +++ b/reactos/include/crtdll/internal/quad.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)quad.h 8.1 (Berkeley) 6/4/93 - * $Id: quad.h,v 1.2 1999/04/23 18:43:00 ariadne Exp $ + * $Id: quad.h,v 1.3 1999/05/09 14:00:05 ariadne Exp $ */ /* @@ -54,7 +54,7 @@ * with 48-bit longs. */ #include -#include +//#include typedef unsigned long long u_quad_t; /* quads */ diff --git a/reactos/include/crtdll/stdio.h b/reactos/include/crtdll/stdio.h index 8f94bfce7db..8b4787b2655 100644 --- a/reactos/include/crtdll/stdio.h +++ b/reactos/include/crtdll/stdio.h @@ -22,9 +22,9 @@ * DISCLAMED. This includes but is not limited to warranties of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * $Author: ariadne $ - * $Date: 1999/04/27 06:16:04 $ + * $Date: 1999/05/09 14:00:05 $ * */ /* Appropriated for Reactos Crtdll by Ariadne */ @@ -53,6 +53,7 @@ extern "C" { #define _IOEOF 0x000100 #define _IOERR 0x000200 #define _IOSTRG 0x000400 + #define _IOAPPEND 0x002000 #define _IORMONCL 0x004000 /* remove on close, for temp files */ /* if _flag & _IORMONCL, ._name_to_remove needs freeing */