Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
405ac7a8
Commit
405ac7a8
authored
Jun 20, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Jun 20, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- don't include winreg.h
- include kernel_private.h to get declaration for convert_old_config()
parent
66e5ce30
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
1 addition
and
36 deletions
+1
-36
change.c
dlls/kernel/change.c
+0
-1
computername.c
dlls/kernel/computername.c
+0
-1
cpu.c
dlls/kernel/cpu.c
+0
-1
dosmem.c
dlls/kernel/dosmem.c
+0
-1
except.c
dlls/kernel/except.c
+0
-1
fiber.c
dlls/kernel/fiber.c
+0
-1
file.c
dlls/kernel/file.c
+0
-1
file16.c
dlls/kernel/file16.c
+0
-1
format_msg.c
dlls/kernel/format_msg.c
+0
-1
global16.c
dlls/kernel/global16.c
+0
-1
heap.c
dlls/kernel/heap.c
+0
-1
kernel_main.c
dlls/kernel/kernel_main.c
+0
-1
lcformat.c
dlls/kernel/lcformat.c
+0
-1
local16.c
dlls/kernel/local16.c
+0
-1
locale.c
dlls/kernel/locale.c
+0
-1
module.c
dlls/kernel/module.c
+0
-1
ne_module.c
dlls/kernel/ne_module.c
+0
-1
ne_segment.c
dlls/kernel/ne_segment.c
+0
-1
oldconfig.c
dlls/kernel/oldconfig.c
+1
-1
path.c
dlls/kernel/path.c
+0
-1
process.c
dlls/kernel/process.c
+0
-1
profile.c
dlls/kernel/profile.c
+0
-1
pthread.c
dlls/kernel/pthread.c
+0
-1
relay16.c
dlls/kernel/relay16.c
+0
-1
resource.c
dlls/kernel/resource.c
+0
-1
snoop16.c
dlls/kernel/snoop16.c
+0
-1
sync.c
dlls/kernel/sync.c
+0
-1
syslevel.c
dlls/kernel/syslevel.c
+0
-1
system.c
dlls/kernel/system.c
+0
-1
thunk.c
dlls/kernel/thunk.c
+0
-1
time.c
dlls/kernel/time.c
+0
-1
utthunk.c
dlls/kernel/utthunk.c
+0
-1
virtual.c
dlls/kernel/virtual.c
+0
-1
volume.c
dlls/kernel/volume.c
+0
-1
vxd.c
dlls/kernel/vxd.c
+0
-1
wowthunk.c
dlls/kernel/wowthunk.c
+0
-1
No files found.
dlls/kernel/change.c
View file @
405ac7a8
...
...
@@ -28,7 +28,6 @@
#include "winbase.h"
#include "winerror.h"
#include "ntstatus.h"
#include "winreg.h"
#include "winternl.h"
#include "kernel_private.h"
#include "wine/windef16.h"
...
...
dlls/kernel/computername.c
View file @
405ac7a8
...
...
@@ -39,7 +39,6 @@
#include "winbase.h"
#include "winerror.h"
#include "winnls.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "wine/exception.h"
...
...
dlls/kernel/cpu.c
View file @
405ac7a8
...
...
@@ -50,7 +50,6 @@
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "winreg.h"
#include "winternl.h"
#include "winerror.h"
#include "wine/unicode.h"
...
...
dlls/kernel/dosmem.c
View file @
405ac7a8
...
...
@@ -33,7 +33,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "excpt.h"
#include "winternl.h"
#include "wine/winbase16.h"
...
...
dlls/kernel/except.c
View file @
405ac7a8
...
...
@@ -44,7 +44,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "wingdi.h"
#include "winuser.h"
...
...
dlls/kernel/fiber.c
View file @
405ac7a8
...
...
@@ -31,7 +31,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/exception.h"
#include "wine/library.h"
...
...
dlls/kernel/file.c
View file @
405ac7a8
...
...
@@ -32,7 +32,6 @@
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "winioctl.h"
#include "wincon.h"
...
...
dlls/kernel/file16.c
View file @
405ac7a8
...
...
@@ -35,7 +35,6 @@
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/winbase16.h"
#include "wine/server.h"
...
...
dlls/kernel/format_msg.c
View file @
405ac7a8
...
...
@@ -28,7 +28,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "winuser.h"
#include "winnls.h"
...
...
dlls/kernel/global16.c
View file @
405ac7a8
...
...
@@ -40,7 +40,6 @@
#include "wine/winbase16.h"
#include "ntstatus.h"
#include "toolhelp.h"
#include "winreg.h"
#include "winternl.h"
#include "kernel_private.h"
#include "kernel16_private.h"
...
...
dlls/kernel/heap.c
View file @
405ac7a8
...
...
@@ -44,7 +44,6 @@
#include "winbase.h"
#include "winerror.h"
#include "winnt.h"
#include "winreg.h"
#include "winternl.h"
#include "excpt.h"
#include "wine/exception.h"
...
...
dlls/kernel/kernel_main.c
View file @
405ac7a8
...
...
@@ -33,7 +33,6 @@
#include "windef.h"
#include "winbase.h"
#include "wincon.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/winbase16.h"
...
...
dlls/kernel/lcformat.c
View file @
405ac7a8
...
...
@@ -33,7 +33,6 @@
#include "winbase.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "winreg.h"
#include "winternl.h"
#include "kernel_private.h"
...
...
dlls/kernel/local16.c
View file @
405ac7a8
...
...
@@ -36,7 +36,6 @@
#include "wine/winbase16.h"
#include "wownt32.h"
#include "toolhelp.h"
#include "winreg.h"
#include "winternl.h"
#include "kernel_private.h"
#include "kernel16_private.h"
...
...
dlls/kernel/locale.c
View file @
405ac7a8
...
...
@@ -35,7 +35,6 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
/* for RT_STRINGW */
#include "winreg.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "winnls.h"
...
...
dlls/kernel/module.c
View file @
405ac7a8
...
...
@@ -34,7 +34,6 @@
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "thread.h"
#include "module.h"
...
...
dlls/kernel/ne_module.c
View file @
405ac7a8
...
...
@@ -35,7 +35,6 @@
#include "windef.h"
#include "wine/winbase16.h"
#include "wownt32.h"
#include "winreg.h"
#include "winternl.h"
#include "toolhelp.h"
#include "excpt.h"
...
...
dlls/kernel/ne_segment.c
View file @
405ac7a8
...
...
@@ -35,7 +35,6 @@
#include "wine/winbase16.h"
#include "wownt32.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/library.h"
#include "kernel_private.h"
...
...
dlls/kernel/oldconfig.c
View file @
405ac7a8
...
...
@@ -42,7 +42,6 @@
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winnls.h"
#include "winternl.h"
#include "ntstatus.h"
...
...
@@ -52,6 +51,7 @@
#include "wine/server.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "kernel_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
reg
);
...
...
dlls/kernel/path.c
View file @
405ac7a8
...
...
@@ -34,7 +34,6 @@
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "kernel_private.h"
...
...
dlls/kernel/process.c
View file @
405ac7a8
...
...
@@ -37,7 +37,6 @@
#include "wine/winuser16.h"
#include "ntstatus.h"
#include "winioctl.h"
#include "winreg.h"
#include "winternl.h"
#include "module.h"
#include "kernel_private.h"
...
...
dlls/kernel/profile.c
View file @
405ac7a8
...
...
@@ -29,7 +29,6 @@
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/winbase16.h"
#include "wine/unicode.h"
...
...
dlls/kernel/pthread.c
View file @
405ac7a8
...
...
@@ -45,7 +45,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "kernel_private.h"
#include "wine/pthread.h"
...
...
dlls/kernel/relay16.c
View file @
405ac7a8
...
...
@@ -29,7 +29,6 @@
#include "windef.h"
#include "winbase.h"
#include "wine/winbase16.h"
#include "winreg.h"
#include "winternl.h"
#include "kernel_private.h"
#include "kernel16_private.h"
...
...
dlls/kernel/resource.c
View file @
405ac7a8
...
...
@@ -29,7 +29,6 @@
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wownt32.h"
#include "wine/winbase16.h"
...
...
dlls/kernel/snoop16.c
View file @
405ac7a8
...
...
@@ -29,7 +29,6 @@
#include "winbase.h"
#include "winnt.h"
#include "wine/winbase16.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/library.h"
#include "kernel_private.h"
...
...
dlls/kernel/sync.c
View file @
405ac7a8
...
...
@@ -49,7 +49,6 @@
#include "winbase.h"
#include "winerror.h"
#include "winnls.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/server.h"
...
...
dlls/kernel/syslevel.c
View file @
405ac7a8
...
...
@@ -27,7 +27,6 @@
#include <sys/types.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/winbase16.h"
#include "kernel_private.h"
...
...
dlls/kernel/system.c
View file @
405ac7a8
...
...
@@ -28,7 +28,6 @@
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "wownt32.h"
#include "winreg.h"
#include "winternl.h"
#include "kernel_private.h"
#include "kernel16_private.h"
...
...
dlls/kernel/thunk.c
View file @
405ac7a8
...
...
@@ -34,7 +34,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "wownt32.h"
#include "wine/winbase16.h"
...
...
dlls/kernel/time.c
View file @
405ac7a8
...
...
@@ -41,7 +41,6 @@
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "kernel_private.h"
#include "wine/unicode.h"
...
...
dlls/kernel/utthunk.c
View file @
405ac7a8
...
...
@@ -23,7 +23,6 @@
#include "wine/winbase16.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wownt32.h"
#include "wine/debug.h"
...
...
dlls/kernel/virtual.c
View file @
405ac7a8
...
...
@@ -36,7 +36,6 @@
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winreg.h"
#include "winternl.h"
#include "winerror.h"
#include "wine/exception.h"
...
...
dlls/kernel/volume.c
View file @
405ac7a8
...
...
@@ -31,7 +31,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winnls.h"
#include "winternl.h"
#include "ntstatus.h"
...
...
dlls/kernel/vxd.c
View file @
405ac7a8
...
...
@@ -36,7 +36,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winerror.h"
#include "winternl.h"
#include "kernel_private.h"
...
...
dlls/kernel/wowthunk.c
View file @
405ac7a8
...
...
@@ -31,7 +31,6 @@
#include "wownt32.h"
#include "excpt.h"
#include "thread.h"
#include "winreg.h"
#include "winternl.h"
#include "kernel_private.h"
#include "kernel16_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