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
e4412a61
Commit
e4412a61
authored
May 16, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the special casing of kernel32 and ntdll for the TEB
definition in winternl.h.
parent
19bfcd35
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
12 additions
and
20 deletions
+12
-20
stack.c
dlls/dbghelp/stack.c
+0
-1
comm.c
dlls/kernel/comm.c
+1
-1
instr.c
dlls/kernel/instr.c
+1
-1
kernel_main.c
dlls/kernel/kernel_main.c
+1
-1
locale.c
dlls/kernel/locale.c
+1
-1
syslevel.c
dlls/kernel/syslevel.c
+1
-1
task.c
dlls/kernel/task.c
+1
-1
thread.c
dlls/kernel/thread.c
+1
-1
thunk.c
dlls/kernel/thunk.c
+1
-0
wowthunk.c
dlls/kernel/wowthunk.c
+1
-0
file.c
dlls/ntdll/file.c
+1
-0
ntdll_misc.h
dlls/ntdll/ntdll_misc.h
+0
-1
path.c
dlls/ntdll/path.c
+1
-2
signal_i386.c
dlls/ntdll/signal_i386.c
+1
-2
sync.c
dlls/ntdll/sync.c
+0
-2
winproc.c
dlls/user/winproc.c
+0
-1
winternl.h
include/winternl.h
+0
-4
No files found.
dlls/dbghelp/stack.c
View file @
e4412a61
...
...
@@ -30,7 +30,6 @@
#include "dbghelp_private.h"
#include "winreg.h"
#include "ntstatus.h"
#include "thread.h"
/* FIXME: must be included before winternl.h */
#include "winternl.h"
#include "wine/winbase16.h"
#include "wine/debug.h"
...
...
dlls/kernel/comm.c
View file @
e4412a61
...
...
@@ -94,9 +94,9 @@
#include "winbase.h"
#include "winerror.h"
#include "thread.h"
#include "wine/server.h"
#include "wine/unicode.h"
#include "thread.h"
#include "wine/debug.h"
...
...
dlls/kernel/instr.c
View file @
e4412a61
...
...
@@ -29,10 +29,10 @@
#include "wingdi.h"
#include "wine/winuser16.h"
#include "excpt.h"
#include "thread.h"
#include "module.h"
#include "wine/debug.h"
#include "kernel_private.h"
#include "thread.h"
#include "wine/exception.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
int
);
...
...
dlls/kernel/kernel_main.c
View file @
e4412a61
...
...
@@ -33,13 +33,13 @@
#include "windef.h"
#include "winbase.h"
#include "wincon.h"
#include "thread.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/winbase16.h"
#include "wine/library.h"
#include "module.h"
#include "thread.h"
#include "wincon.h"
#include "toolhelp.h"
#include "kernel_private.h"
...
...
dlls/kernel/locale.c
View file @
e4412a61
...
...
@@ -35,13 +35,13 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
/* for RT_STRINGW */
#include "thread.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/unicode.h"
#include "winnls.h"
#include "winerror.h"
#include "winver.h"
#include "thread.h"
#include "kernel_private.h"
#include "wine/debug.h"
...
...
dlls/kernel/syslevel.c
View file @
e4412a61
...
...
@@ -27,10 +27,10 @@
#include <sys/types.h>
#include "windef.h"
#include "winbase.h"
#include "thread.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/winbase16.h"
#include "thread.h"
#include "kernel_private.h"
#include "wine/library.h"
#include "wine/debug.h"
...
...
dlls/kernel/task.c
View file @
e4412a61
...
...
@@ -37,10 +37,10 @@
#include "winuser.h"
#include "wine/winbase16.h"
#include "thread.h"
#include "module.h"
#include "winternl.h"
#include "wine/server.h"
#include "thread.h"
#include "toolhelp.h"
#include "kernel_private.h"
...
...
dlls/kernel/thread.c
View file @
e4412a61
...
...
@@ -38,8 +38,8 @@
#include "winbase.h"
#include "winerror.h"
#include "winnls.h"
#include "module.h"
#include "thread.h"
#include "module.h"
#include "wine/winbase16.h"
#include "wine/exception.h"
#include "wine/library.h"
...
...
dlls/kernel/thunk.c
View file @
e4412a61
...
...
@@ -34,6 +34,7 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "thread.h"
#include "winreg.h"
#include "winternl.h"
#include "wownt32.h"
...
...
dlls/kernel/wowthunk.c
View file @
e4412a61
...
...
@@ -30,6 +30,7 @@
#include "winerror.h"
#include "wownt32.h"
#include "excpt.h"
#include "thread.h"
#include "winreg.h"
#include "winternl.h"
#include "module.h"
...
...
dlls/ntdll/file.c
View file @
e4412a61
...
...
@@ -61,6 +61,7 @@
#define NONAMELESSSTRUCT
#include "wine/unicode.h"
#include "wine/debug.h"
#include "thread.h"
#include "wine/server.h"
#include "ntdll_misc.h"
...
...
dlls/ntdll/ntdll_misc.h
View file @
e4412a61
...
...
@@ -27,7 +27,6 @@
#include "winreg.h"
#include "ntstatus.h"
#include "winternl.h"
#include "thread.h"
#include "wine/server.h"
/* The per-thread signal stack size */
...
...
dlls/ntdll/path.c
View file @
e4412a61
...
...
@@ -29,12 +29,11 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "winioctl.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "wine/library.h"
#include "thread.h"
#include "ntdll_misc.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
file
);
...
...
dlls/ntdll/signal_i386.c
View file @
e4412a61
...
...
@@ -53,8 +53,7 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "thread.h"
#include "wine/library.h"
#include "ntdll_misc.h"
...
...
dlls/ntdll/sync.c
View file @
e4412a61
...
...
@@ -52,8 +52,6 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "thread.h"
#include "wine/server.h"
#include "wine/debug.h"
...
...
dlls/user/winproc.c
View file @
e4412a61
...
...
@@ -35,7 +35,6 @@
#include "win.h"
#include "winproc.h"
#include "user_private.h"
#include "thread.h"
#include "dde.h"
#include "winternl.h"
#include "wine/unicode.h"
...
...
include/winternl.h
View file @
e4412a61
...
...
@@ -213,10 +213,6 @@ typedef struct _PEB
/***********************************************************************
* TEB data structure
*/
#if defined(_NTSYSTEM_) || defined(_KERNEL32_)
/* hack, should go away */
# define WINE_NO_TEB
#endif
#ifndef WINE_NO_TEB
/* don't define TEB if included from thread.h */
# ifndef WINE_TEB_DEFINED
# define WINE_TEB_DEFINED
...
...
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