Commit 300df08e authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regedit: Remove an unused #define.

parent 2159e65d
...@@ -277,8 +277,6 @@ static BYTE *convert_hex_csv_to_hex(WCHAR *str, DWORD *size) ...@@ -277,8 +277,6 @@ static BYTE *convert_hex_csv_to_hex(WCHAR *str, DWORD *size)
return data; return data;
} }
#define REG_UNKNOWN_TYPE 99
/****************************************************************************** /******************************************************************************
* Parses the data type of the registry value being imported and modifies * Parses the data type of the registry value being imported and modifies
* the input parameter to skip the string representation of the data type. * the input parameter to skip the string representation of the data type.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment