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
7919badd
Commit
7919badd
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
fe933b02
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
system.c
dlls/kernel32/system.c
+0
-1
thread.c
dlls/kernel32/thread.c
+0
-1
toolhelp16.c
dlls/kernel32/toolhelp16.c
+0
-1
virtual.c
dlls/kernel32/virtual.c
+0
-1
volume.c
dlls/kernel32/volume.c
+0
-1
windebug.c
dlls/kernel32/windebug.c
+0
-1
No files found.
dlls/kernel32/system.c
View file @
7919badd
...
...
@@ -24,7 +24,6 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "wownt32.h"
...
...
dlls/kernel32/thread.c
View file @
7919badd
...
...
@@ -34,7 +34,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winnls.h"
#include "thread.h"
#include "wine/winbase16.h"
#include "wine/exception.h"
...
...
dlls/kernel32/toolhelp16.c
View file @
7919badd
...
...
@@ -31,7 +31,6 @@
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "winerror.h"
#include "wine/winbase16.h"
#include "toolhelp.h"
...
...
dlls/kernel32/virtual.c
View file @
7919badd
...
...
@@ -40,7 +40,6 @@
#include "winternl.h"
#include "winerror.h"
#include "wine/exception.h"
#include "excpt.h"
#include "wine/debug.h"
#include "kernel_private.h"
...
...
dlls/kernel32/volume.c
View file @
7919badd
...
...
@@ -36,7 +36,6 @@
#include "winnls.h"
#include "winternl.h"
#include "winioctl.h"
#include "ntddstor.h"
#include "ntddcdrm.h"
#include "kernel_private.h"
#include "wine/library.h"
...
...
dlls/kernel32/windebug.c
View file @
7919badd
...
...
@@ -22,7 +22,6 @@
#include <string.h>
#include <stdlib.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dll
);
...
...
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