Wrap macro definition with matching #ifndef.
(Logical change 1.506)edge.strict_endians
parent
9db879431b
commit
89fee71920
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue