Commit cc1d2525 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regedit: Remove an unused #define.

parent 43f5cd4e
......@@ -37,11 +37,6 @@
#define REG_VAL_BUF_SIZE 4096
/* maximal number of characters in hexadecimal data line,
* including the indentation, but not including the '\' character
*/
#define REG_FILE_HEX_LINE_LEN (2 + 25 * 3)
extern const WCHAR* reg_class_namesW[];
static HKEY reg_class_keys[] = {
......
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