Wrap macro definition with matching #ifndef.

(Logical change 1.506)
edge.strict_endians
!uv 2004-08-20 12:04:47 +00:00
parent 9db879431b
commit 89fee71920
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ extern const char *ntfs_home;
extern const char *ntfs_gpl;
#define PATH_SEP '/'
#define MAX_PATH 1024
#ifndef MAX_PATH
# define MAX_PATH 1024
#endif
#if !defined(REG_NOERROR) || (REG_NOERROR != 0)
# define REG_NOERROR 0