Ooops. It's an ENUM not a DEFINE. Hopte this always works...

(Logical change 1.212)
edge.strict_endians
cantab.net!aia21 2003-10-23 12:41:17 +00:00
parent 80d5e408c6
commit 3b2953e8c4
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@
#include <errno.h>
#include <stdarg.h>
#include <regex.h>
extern const char *ntfs_bugs;
extern const char *ntfs_home;
@ -38,7 +39,7 @@ extern const char *ntfs_gpl;
#define PATH_SEP '/'
#define MAX_PATH 1024
#ifndef REG_NOERROR
#if (REG_NOERROR != 0)
#define REG_NOERROR REG_OKAY
#endif