regedit: Remove an unused #define.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2159e65d70
commit
300df08e70
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue