Commit 73220a3d authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regedit: Remove regproc.h.

parent f6476c79
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include <stdio.h> #include <stdio.h>
#include "main.h" #include "main.h"
#include "regproc.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "wine/heap.h" #include "wine/heap.h"
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include "wine/heap.h" #include "wine/heap.h"
#include "wine/unicode.h" #include "wine/unicode.h"
#include "main.h" #include "main.h"
#include "regproc.h"
#include "resource.h" #include "resource.h"
static const WCHAR* editValueName; static const WCHAR* editValueName;
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <shellapi.h> #include <shellapi.h>
#include "main.h" #include "main.h"
#include "regproc.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "wine/heap.h" #include "wine/heap.h"
#include "wine/unicode.h" #include "wine/unicode.h"
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
#include "wine/heap.h" #include "wine/heap.h"
#include "main.h" #include "main.h"
#include "regproc.h"
/* spaces dividing hex and ASCII */ /* spaces dividing hex and ASCII */
#define DIV_SPACES 4 #define DIV_SPACES 4
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include <stdio.h> #include <stdio.h>
#include "main.h" #include "main.h"
#include "regproc.h"
#include "wine/heap.h" #include "wine/heap.h"
#include "wine/unicode.h" #include "wine/unicode.h"
......
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
#define ARRAY_SIZE(A) (sizeof(A)/sizeof(*A)) #define ARRAY_SIZE(A) (sizeof(A)/sizeof(*A))
#define MAX_NEW_KEY_LEN 128 #define MAX_NEW_KEY_LEN 128
#define KEY_MAX_LEN 1024
#define REG_FORMAT_5 1
#define REG_FORMAT_4 2
/* Pop-Up Menus */ /* Pop-Up Menus */
#define PM_COMPUTER 0 #define PM_COMPUTER 0
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include "wine/debug.h" #include "wine/debug.h"
#include "wine/heap.h" #include "wine/heap.h"
#include "main.h" #include "main.h"
#include "regproc.h"
WINE_DEFAULT_DEBUG_CHANNEL(regedit); WINE_DEFAULT_DEBUG_CHANNEL(regedit);
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <wine/debug.h> #include <wine/debug.h>
#include <wine/heap.h> #include <wine/heap.h>
#include "main.h" #include "main.h"
#include "regproc.h"
WINE_DEFAULT_DEBUG_CHANNEL(regedit); WINE_DEFAULT_DEBUG_CHANNEL(regedit);
......
/*
* Copyright 1999 Sylvain St-Germain
* Copyright 2002 Andriy Palamarchuk
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resource.h"
#define KEY_MAX_LEN 1024
#define REG_FORMAT_5 1
#define REG_FORMAT_4 2
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include "wine/heap.h" #include "wine/heap.h"
#include "main.h" #include "main.h"
#include "regproc.h"
WINE_DEFAULT_DEBUG_CHANNEL(regedit); WINE_DEFAULT_DEBUG_CHANNEL(regedit);
......
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