From 3b2953e8c460e92c508bfa6f8d04ec81c280e123 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Thu, 23 Oct 2003 12:41:17 +0000 Subject: [PATCH] Ooops. It's an ENUM not a DEFINE. Hopte this always works... (Logical change 1.212) --- ntfsprogs/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ntfsprogs/utils.h b/ntfsprogs/utils.h index 0a97fb34..55205614 100644 --- a/ntfsprogs/utils.h +++ b/ntfsprogs/utils.h @@ -30,6 +30,7 @@ #include #include +#include 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