Subversion Repositories SvarDOS

Rev

Rev 2047 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2047 Rev 2048
Line 29... Line 29...
29
****************************************************************************/
29
****************************************************************************/
30
 
30
 
31
#ifndef W32FDOS_H
31
#ifndef W32FDOS_H
32
#define W32FDOS_H
32
#define W32FDOS_H
33
 
33
 
34
#define INVALID_HANDLE_VALUE (NULL)
-
 
35
 
-
 
36
#define FILE_A_READONLY  0x0001
34
#define FILE_A_READONLY  0x0001
37
#define FILE_A_HIDDEN    0x0002
35
#define FILE_A_HIDDEN    0x0002
38
#define FILE_A_SYSTEM    0x0004
36
#define FILE_A_SYSTEM    0x0004
39
#define FILE_A_VOL       0x0008
37
#define FILE_A_VOL       0x0008
40
#define FILE_A_DIR       0x0010
38
#define FILE_A_DIR       0x0010