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
9fe3b60f
Commit
9fe3b60f
authored
May 14, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 15, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Exclude unused headers.
parent
abea9c40
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
7 deletions
+0
-7
debugtools.c
dlls/ntdll/debugtools.c
+0
-1
loader.c
dlls/ntdll/loader.c
+0
-1
relay.c
dlls/ntdll/relay.c
+0
-1
resource.c
dlls/ntdll/resource.c
+0
-2
sec.c
dlls/ntdll/sec.c
+0
-1
virtual.c
dlls/ntdll/virtual.c
+0
-1
No files found.
dlls/ntdll/debugtools.c
View file @
9fe3b60f
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
#include "wine/unicode.h"
#include "wine/unicode.h"
#include "winnt.h"
#include "winnt.h"
#include "winternl.h"
#include "winternl.h"
#include "excpt.h"
#include "ntdll_misc.h"
#include "ntdll_misc.h"
WINE_DECLARE_DEBUG_CHANNEL
(
tid
);
WINE_DECLARE_DEBUG_CHANNEL
(
tid
);
...
...
dlls/ntdll/loader.c
View file @
9fe3b60f
...
@@ -35,7 +35,6 @@
...
@@ -35,7 +35,6 @@
#include "winternl.h"
#include "winternl.h"
#include "wine/exception.h"
#include "wine/exception.h"
#include "excpt.h"
#include "wine/library.h"
#include "wine/library.h"
#include "wine/unicode.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "wine/debug.h"
...
...
dlls/ntdll/relay.c
View file @
9fe3b60f
...
@@ -29,7 +29,6 @@
...
@@ -29,7 +29,6 @@
#include "windef.h"
#include "windef.h"
#include "winternl.h"
#include "winternl.h"
#include "excpt.h"
#include "wine/exception.h"
#include "wine/exception.h"
#include "ntdll_misc.h"
#include "ntdll_misc.h"
#include "wine/unicode.h"
#include "wine/unicode.h"
...
...
dlls/ntdll/resource.c
View file @
9fe3b60f
...
@@ -38,10 +38,8 @@
...
@@ -38,10 +38,8 @@
#define WIN32_NO_STATUS
#define WIN32_NO_STATUS
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winnls.h"
#include "winnt.h"
#include "winnt.h"
#include "winternl.h"
#include "winternl.h"
#include "excpt.h"
#include "wine/exception.h"
#include "wine/exception.h"
#include "wine/unicode.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "wine/debug.h"
...
...
dlls/ntdll/sec.c
View file @
9fe3b60f
...
@@ -37,7 +37,6 @@
...
@@ -37,7 +37,6 @@
#include "windef.h"
#include "windef.h"
#include "wine/exception.h"
#include "wine/exception.h"
#include "ntdll_misc.h"
#include "ntdll_misc.h"
#include "excpt.h"
#include "wine/library.h"
#include "wine/library.h"
#include "wine/unicode.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "wine/debug.h"
...
...
dlls/ntdll/virtual.c
View file @
9fe3b60f
...
@@ -48,7 +48,6 @@
...
@@ -48,7 +48,6 @@
#define WIN32_NO_STATUS
#define WIN32_NO_STATUS
#include "windef.h"
#include "windef.h"
#include "winternl.h"
#include "winternl.h"
#include "winioctl.h"
#include "wine/library.h"
#include "wine/library.h"
#include "wine/server.h"
#include "wine/server.h"
#include "wine/list.h"
#include "wine/list.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