From ce5c1f3bcb507be6756fa47e0ed204bce2b3effd Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 27 Dec 2010 17:51:08 +0000 Subject: [PATCH] [CRT] - Add missing _A_VOLID definition. svn path=/trunk/; revision=50165 --- reactos/include/crt/dos.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/include/crt/dos.h b/reactos/include/crt/dos.h index 3b3ac7d8af7..867326ab176 100644 --- a/reactos/include/crt/dos.h +++ b/reactos/include/crt/dos.h @@ -30,8 +30,9 @@ extern "C" { #define _A_RDONLY 0x01 #define _A_HIDDEN 0x02 #define _A_SYSTEM 0x04 +#define _A_VOLID 0x08 #define _A_SUBDIR 0x10 -#define _A_ARCH 0x20 +#define _A_ARCH 0x20 #ifndef _GETDISKFREE_DEFINED #define _GETDISKFREE_DEFINED