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
072e7d04
Commit
072e7d04
authored
May 07, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 07, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Exclude unused headers.
parent
59651999
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
except.c
dlls/kernel32/except.c
+0
-1
file.c
dlls/kernel32/file.c
+0
-1
global16.c
dlls/kernel32/global16.c
+0
-1
heap.c
dlls/kernel32/heap.c
+0
-1
instr.c
dlls/kernel32/instr.c
+0
-1
ne_module.c
dlls/kernel32/ne_module.c
+0
-1
No files found.
dlls/kernel32/except.c
View file @
072e7d04
...
...
@@ -44,7 +44,6 @@
#define WIN32_NO_STATUS
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winternl.h"
#include "wingdi.h"
#include "winuser.h"
...
...
dlls/kernel32/file.c
View file @
072e7d04
...
...
@@ -43,7 +43,6 @@
#include "kernel_private.h"
#include "wine/exception.h"
#include "excpt.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "thread.h"
...
...
dlls/kernel32/global16.c
View file @
072e7d04
...
...
@@ -43,7 +43,6 @@
#include "kernel_private.h"
#include "kernel16_private.h"
#include "wine/debug.h"
#include "winerror.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
global
);
...
...
dlls/kernel32/heap.c
View file @
072e7d04
...
...
@@ -60,7 +60,6 @@
#include "winerror.h"
#include "winnt.h"
#include "winternl.h"
#include "excpt.h"
#include "wine/exception.h"
#include "wine/debug.h"
...
...
dlls/kernel32/instr.c
View file @
072e7d04
...
...
@@ -27,7 +27,6 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "wine/winuser16.h"
#include "excpt.h"
#include "thread.h"
...
...
dlls/kernel32/ne_module.c
View file @
072e7d04
...
...
@@ -37,7 +37,6 @@
#include "wownt32.h"
#include "winternl.h"
#include "toolhelp.h"
#include "excpt.h"
#include "kernel_private.h"
#include "kernel16_private.h"
#include "wine/exception.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