mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
no message
svn path=/trunk/; revision=440
This commit is contained in:
parent
901449bfe8
commit
0107a0743b
2 changed files with 5 additions and 4 deletions
|
@ -35,7 +35,7 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)quad.h 8.1 (Berkeley) 6/4/93
|
* @(#)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.
|
* with 48-bit longs.
|
||||||
*/
|
*/
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ddk/li.h>
|
//#include <ddk/li.h>
|
||||||
|
|
||||||
|
|
||||||
typedef unsigned long long u_quad_t; /* quads */
|
typedef unsigned long long u_quad_t; /* quads */
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
* DISCLAMED. This includes but is not limited to warranties of
|
* DISCLAMED. This includes but is not limited to warranties of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Revision: 1.10 $
|
* $Revision: 1.11 $
|
||||||
* $Author: ariadne $
|
* $Author: ariadne $
|
||||||
* $Date: 1999/04/27 06:16:04 $
|
* $Date: 1999/05/09 14:00:05 $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
/* Appropriated for Reactos Crtdll by Ariadne */
|
/* Appropriated for Reactos Crtdll by Ariadne */
|
||||||
|
@ -53,6 +53,7 @@ extern "C" {
|
||||||
#define _IOEOF 0x000100
|
#define _IOEOF 0x000100
|
||||||
#define _IOERR 0x000200
|
#define _IOERR 0x000200
|
||||||
#define _IOSTRG 0x000400
|
#define _IOSTRG 0x000400
|
||||||
|
|
||||||
#define _IOAPPEND 0x002000
|
#define _IOAPPEND 0x002000
|
||||||
#define _IORMONCL 0x004000 /* remove on close, for temp files */
|
#define _IORMONCL 0x004000 /* remove on close, for temp files */
|
||||||
/* if _flag & _IORMONCL, ._name_to_remove needs freeing */
|
/* if _flag & _IORMONCL, ._name_to_remove needs freeing */
|
||||||
|
|
Loading…
Reference in a new issue