Author: akhaldi Date: Mon Dec 27 17:51:08 2010 New Revision: 50165
URL: http://svn.reactos.org/svn/reactos?rev=50165&view=rev Log: [CRT] - Add missing _A_VOLID definition.
Modified: trunk/reactos/include/crt/dos.h
Modified: trunk/reactos/include/crt/dos.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/dos.h?rev=50165... ============================================================================== --- trunk/reactos/include/crt/dos.h [iso-8859-1] (original) +++ trunk/reactos/include/crt/dos.h [iso-8859-1] Mon Dec 27 17:51:08 2010 @@ -30,8 +30,9 @@ #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