[PATCH 1/7] regedit: Remove an unused #define

Hugh McMaster hugh.mcmaster at outlook.com
Fri Jun 16 08:06:01 CDT 2017


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 programs/regedit/regproc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/programs/regedit/regproc.c b/programs/regedit/regproc.c
index 50564c8..e977c1a 100644
--- a/programs/regedit/regproc.c
+++ b/programs/regedit/regproc.c
@@ -277,8 +277,6 @@ static BYTE *convert_hex_csv_to_hex(WCHAR *str, DWORD *size)
     return data;
 }
 
-#define REG_UNKNOWN_TYPE 99
-
 /******************************************************************************
  * Parses the data type of the registry value being imported and modifies
  * the input parameter to skip the string representation of the data type.
-- 
2.7.4




More information about the wine-patches mailing list