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
fe933b02
Commit
fe933b02
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
072e7d04
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
8 deletions
+0
-8
oldconfig.c
dlls/kernel32/oldconfig.c
+0
-2
process.c
dlls/kernel32/process.c
+0
-1
resource.c
dlls/kernel32/resource.c
+0
-2
selector.c
dlls/kernel32/selector.c
+0
-1
stress.c
dlls/kernel32/stress.c
+0
-1
string.c
dlls/kernel32/string.c
+0
-1
No files found.
dlls/kernel32/oldconfig.c
View file @
fe933b02
...
...
@@ -44,9 +44,7 @@
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winternl.h"
#include "winioctl.h"
#include "ntddscsi.h"
#include "wine/library.h"
#include "wine/unicode.h"
...
...
dlls/kernel32/process.c
View file @
fe933b02
...
...
@@ -45,7 +45,6 @@
#define WIN32_NO_STATUS
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "winioctl.h"
#include "winternl.h"
#include "kernel_private.h"
#include "wine/exception.h"
...
...
dlls/kernel32/resource.c
View file @
fe933b02
...
...
@@ -32,10 +32,8 @@
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wownt32.h"
#include "wine/winbase16.h"
#include "wine/debug.h"
#include "excpt.h"
#include "wine/exception.h"
#include "wine/unicode.h"
#include "wine/list.h"
...
...
dlls/kernel32/selector.c
View file @
fe933b02
...
...
@@ -23,7 +23,6 @@
#include <string.h>
#include "winerror.h"
#include "wine/winbase16.h"
#include "wine/server.h"
#include "wine/debug.h"
...
...
dlls/kernel32/stress.c
View file @
fe933b02
...
...
@@ -19,7 +19,6 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/windef16.h"
#include "wine/debug.h"
...
...
dlls/kernel32/string.c
View file @
fe933b02
...
...
@@ -30,7 +30,6 @@
#define WINE_NO_INLINE_STRING
#include "windef.h"
#include "winbase.h"
#include "excpt.h"
#include "wine/winbase16.h"
#include "wine/unicode.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