regedit: Remove regproc.h.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f6476c79e3
commit
73220a3d6f
|
@ -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 @@
|
||||||
#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 @@
|
||||||
#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 @@
|
||||||
|
|
||||||
#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 @@
|
||||||
#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"
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,11 @@
|
||||||
|
|
||||||
#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 @@
|
||||||
#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 @@
|
||||||
#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);
|
||||||
|
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
/*
|
|
||||||
* 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 @@
|
||||||
|
|
||||||
#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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue