regedit: Remove regproc.h.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Hugh McMaster 2018-05-21 13:34:53 +00:00 committed by Alexandre Julliard
parent f6476c79e3
commit 73220a3d6f
10 changed files with 5 additions and 34 deletions

View File

@ -24,7 +24,6 @@
#include <stdio.h>
#include "main.h"
#include "regproc.h"
#include "wine/debug.h"
#include "wine/heap.h"

View File

@ -32,7 +32,6 @@
#include "wine/heap.h"
#include "wine/unicode.h"
#include "main.h"
#include "regproc.h"
#include "resource.h"
static const WCHAR* editValueName;

View File

@ -29,7 +29,6 @@
#include <shellapi.h>
#include "main.h"
#include "regproc.h"
#include "wine/debug.h"
#include "wine/heap.h"
#include "wine/unicode.h"

View File

@ -37,7 +37,6 @@
#include "wine/heap.h"
#include "main.h"
#include "regproc.h"
/* spaces dividing hex and ASCII */
#define DIV_SPACES 4

View File

@ -26,7 +26,6 @@
#include <stdio.h>
#include "main.h"
#include "regproc.h"
#include "wine/heap.h"
#include "wine/unicode.h"

View File

@ -32,7 +32,11 @@
#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 */
#define PM_COMPUTER 0

View File

@ -27,7 +27,6 @@
#include "wine/debug.h"
#include "wine/heap.h"
#include "main.h"
#include "regproc.h"
WINE_DEFAULT_DEBUG_CHANNEL(regedit);

View File

@ -32,7 +32,6 @@
#include <wine/debug.h>
#include <wine/heap.h>
#include "main.h"
#include "regproc.h"
WINE_DEFAULT_DEBUG_CHANNEL(regedit);

View File

@ -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

View File

@ -32,7 +32,6 @@
#include "wine/heap.h"
#include "main.h"
#include "regproc.h"
WINE_DEFAULT_DEBUG_CHANNEL(regedit);