Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
73220a3d
Commit
73220a3d
authored
May 21, 2018
by
Hugh McMaster
Committed by
Alexandre Julliard
May 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regedit: Remove regproc.h.
Signed-off-by:
Hugh McMaster
<
hugh.mcmaster@outlook.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f6476c79
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
5 additions
and
34 deletions
+5
-34
childwnd.c
programs/regedit/childwnd.c
+0
-1
edit.c
programs/regedit/edit.c
+0
-1
framewnd.c
programs/regedit/framewnd.c
+0
-1
hexedit.c
programs/regedit/hexedit.c
+0
-1
listview.c
programs/regedit/listview.c
+0
-1
main.h
programs/regedit/main.h
+5
-1
regedit.c
programs/regedit/regedit.c
+0
-1
regproc.c
programs/regedit/regproc.c
+0
-1
regproc.h
programs/regedit/regproc.h
+0
-25
treeview.c
programs/regedit/treeview.c
+0
-1
No files found.
programs/regedit/childwnd.c
View file @
73220a3d
...
...
@@ -24,7 +24,6 @@
#include <stdio.h>
#include "main.h"
#include "regproc.h"
#include "wine/debug.h"
#include "wine/heap.h"
...
...
programs/regedit/edit.c
View file @
73220a3d
...
...
@@ -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
;
...
...
programs/regedit/framewnd.c
View file @
73220a3d
...
...
@@ -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"
...
...
programs/regedit/hexedit.c
View file @
73220a3d
...
...
@@ -37,7 +37,6 @@
#include "wine/heap.h"
#include "main.h"
#include "regproc.h"
/* spaces dividing hex and ASCII */
#define DIV_SPACES 4
...
...
programs/regedit/listview.c
View file @
73220a3d
...
...
@@ -26,7 +26,6 @@
#include <stdio.h>
#include "main.h"
#include "regproc.h"
#include "wine/heap.h"
#include "wine/unicode.h"
...
...
programs/regedit/main.h
View file @
73220a3d
...
...
@@ -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
...
...
programs/regedit/regedit.c
View file @
73220a3d
...
...
@@ -27,7 +27,6 @@
#include "wine/debug.h"
#include "wine/heap.h"
#include "main.h"
#include "regproc.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
regedit
);
...
...
programs/regedit/regproc.c
View file @
73220a3d
...
...
@@ -32,7 +32,6 @@
#include <wine/debug.h>
#include <wine/heap.h>
#include "main.h"
#include "regproc.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
regedit
);
...
...
programs/regedit/regproc.h
deleted
100644 → 0
View file @
f6476c79
/*
* 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
programs/regedit/treeview.c
View file @
73220a3d
...
...
@@ -32,7 +32,6 @@
#include "wine/heap.h"
#include "main.h"
#include "regproc.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
regedit
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment