From e691e34ae76b8b39352b158d9cd686eb1555df2f Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 7 Jan 2004 10:48:24 +0000 Subject: [PATCH] Missed a bit from Christophe's patch. (Logical change 1.255) --- ntfsprogs/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/utils.h b/ntfsprogs/utils.h index c26bcfa7..6841f11e 100644 --- a/ntfsprogs/utils.h +++ b/ntfsprogs/utils.h @@ -40,7 +40,7 @@ extern const char *ntfs_gpl; #define MAX_PATH 1024 #if !defined(REG_NOERROR) || (REG_NOERROR != 0) -# define REG_NOERROR REG_OKAY +# define REG_NOERROR 0 #endif #define GEN_PRINTF(NAME, STREAM, CONTROL, TRIGGER) \