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
dcb298b4
Commit
dcb298b4
authored
Apr 30, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 01, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Exclude unused headers.
parent
dc4c9da4
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
16 deletions
+0
-16
coff.c
dlls/dbghelp/coff.c
+0
-2
dwarf.c
dlls/dbghelp/dwarf.c
+0
-2
image.c
dlls/dbghelp/image.c
+0
-1
minidump.c
dlls/dbghelp/minidump.c
+0
-2
module.c
dlls/dbghelp/module.c
+0
-1
msc.c
dlls/dbghelp/msc.c
+0
-2
path.c
dlls/dbghelp/path.c
+0
-1
pe_module.c
dlls/dbghelp/pe_module.c
+0
-2
stabs.c
dlls/dbghelp/stabs.c
+0
-1
stack.c
dlls/dbghelp/stack.c
+0
-1
type.c
dlls/dbghelp/type.c
+0
-1
No files found.
dlls/dbghelp/coff.c
View file @
dcb298b4
...
...
@@ -48,12 +48,10 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/exception.h"
#include "wine/debug.h"
#include "excpt.h"
#include "dbghelp_private.h"
#include "wine/mscvpdb.h"
...
...
dlls/dbghelp/dwarf.c
View file @
dcb298b4
...
...
@@ -44,8 +44,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winnls.h"
#include "winuser.h"
#include "ole2.h"
#include "oleauto.h"
...
...
dlls/dbghelp/image.c
View file @
dcb298b4
...
...
@@ -24,7 +24,6 @@
#include <string.h>
#include "dbghelp_private.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/debug.h"
...
...
dlls/dbghelp/minidump.c
View file @
dcb298b4
...
...
@@ -26,8 +26,6 @@
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "dbghelp_private.h"
#include "winnls.h"
#include "winreg.h"
#include "winternl.h"
#include "psapi.h"
#include "wine/debug.h"
...
...
dlls/dbghelp/module.c
View file @
dcb298b4
...
...
@@ -27,7 +27,6 @@
#include "dbghelp_private.h"
#include "psapi.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/debug.h"
...
...
dlls/dbghelp/msc.c
View file @
dcb298b4
...
...
@@ -49,12 +49,10 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/exception.h"
#include "wine/debug.h"
#include "excpt.h"
#include "dbghelp_private.h"
#include "wine/mscvpdb.h"
...
...
dlls/dbghelp/path.c
View file @
dcb298b4
...
...
@@ -25,7 +25,6 @@
#include "dbghelp_private.h"
#include "winnls.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/debug.h"
...
...
dlls/dbghelp/pe_module.c
View file @
dcb298b4
...
...
@@ -28,10 +28,8 @@
#include <assert.h>
#include "dbghelp_private.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/debug.h"
#include "winnls.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dbghelp
);
...
...
dlls/dbghelp/stabs.c
View file @
dcb298b4
...
...
@@ -54,7 +54,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winnls.h"
#include "dbghelp_private.h"
...
...
dlls/dbghelp/stack.c
View file @
dcb298b4
...
...
@@ -30,7 +30,6 @@
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "dbghelp_private.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/winbase16.h"
#include "wine/debug.h"
...
...
dlls/dbghelp/type.c
View file @
dcb298b4
...
...
@@ -28,7 +28,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winnls.h"
#include "wine/debug.h"
#include "dbghelp_private.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