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
a926e054
Commit
a926e054
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: Do not directly include stdio.h any longer.
Signed-off-by:
Hugh McMaster
<
hugh.mcmaster@outlook.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
20e5b9e8
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
9 deletions
+0
-9
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.c
programs/regedit/main.c
+0
-1
regedit.c
programs/regedit/regedit.c
+0
-1
regproc.c
programs/regedit/regproc.c
+0
-1
treeview.c
programs/regedit/treeview.c
+0
-1
No files found.
programs/regedit/childwnd.c
View file @
a926e054
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#define WIN32_LEAN_AND_MEAN
/* Exclude rarely-used stuff from Windows headers */
#define WIN32_LEAN_AND_MEAN
/* Exclude rarely-used stuff from Windows headers */
#include <windows.h>
#include <windows.h>
#include <commctrl.h>
#include <commctrl.h>
#include <stdio.h>
#include "main.h"
#include "main.h"
...
...
programs/regedit/edit.c
View file @
a926e054
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
#include <commdlg.h>
#include <commdlg.h>
#include <cderr.h>
#include <cderr.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <shellapi.h>
#include <shellapi.h>
#include <shlwapi.h>
#include <shlwapi.h>
...
...
programs/regedit/framewnd.c
View file @
a926e054
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
#include <commdlg.h>
#include <commdlg.h>
#include <cderr.h>
#include <cderr.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <shellapi.h>
#include <shellapi.h>
#include "main.h"
#include "main.h"
...
...
programs/regedit/hexedit.c
View file @
a926e054
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
*/
*/
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <assert.h>
#include <assert.h>
...
...
programs/regedit/listview.c
View file @
a926e054
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
#include <winternl.h>
#include <winternl.h>
#include <commctrl.h>
#include <commctrl.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include "main.h"
#include "main.h"
#include "wine/heap.h"
#include "wine/heap.h"
...
...
programs/regedit/main.c
View file @
a926e054
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
#include <windows.h>
#include <windows.h>
#include <commctrl.h>
#include <commctrl.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <fcntl.h>
#include "wine/debug.h"
#include "wine/debug.h"
...
...
programs/regedit/regedit.c
View file @
a926e054
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <windows.h>
#include <windows.h>
#include <commctrl.h>
#include <commctrl.h>
...
...
programs/regedit/regproc.c
View file @
a926e054
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
*/
*/
#include <errno.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <fcntl.h>
#include <fcntl.h>
#include <io.h>
#include <io.h>
...
...
programs/regedit/treeview.c
View file @
a926e054
...
@@ -26,7 +26,6 @@
...
@@ -26,7 +26,6 @@
#include <windows.h>
#include <windows.h>
#include <commctrl.h>
#include <commctrl.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <wine/debug.h>
#include <wine/debug.h>
#include <shlwapi.h>
#include <shlwapi.h>
...
...
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