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
e18ca988
Commit
e18ca988
authored
May 18, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed last dependencies on 16-bit headers from ntdll.
parent
10ee7b36
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
heap.c
dlls/ntdll/heap.c
+0
-1
thread.h
include/thread.h
+1
-5
No files found.
dlls/ntdll/heap.c
View file @
e18ca988
...
@@ -37,7 +37,6 @@
...
@@ -37,7 +37,6 @@
#include "winbase.h"
#include "winbase.h"
#include "winreg.h"
#include "winreg.h"
#include "winternl.h"
#include "winternl.h"
#include "wine/winbase16.h"
#include "winerror.h"
#include "winerror.h"
#include "winnt.h"
#include "winnt.h"
#include "thread.h"
#include "thread.h"
...
...
include/thread.h
View file @
e18ca988
...
@@ -27,12 +27,8 @@
...
@@ -27,12 +27,8 @@
#include <winreg.h>
#include <winreg.h>
#define WINE_NO_TEB
#define WINE_NO_TEB
#include <winternl.h>
#include <winternl.h>
#include <wine/windef16.h>
struct
_SECURITY_ATTRIBUTES
;
struct
tagSYSLEVEL
;
struct
tagSYSLEVEL
;
struct
server_buffer_info
;
struct
fiber_data
;
struct
debug_info
struct
debug_info
{
{
...
@@ -99,7 +95,7 @@ typedef struct _TEB
...
@@ -99,7 +95,7 @@ typedef struct _TEB
DWORD
vm86_pending
;
/* --3 230 Data for vm86 mode */
DWORD
vm86_pending
;
/* --3 230 Data for vm86 mode */
void
*
vm86_ptr
;
/* --3 234 Data for vm86 mode */
void
*
vm86_ptr
;
/* --3 234 Data for vm86 mode */
WORD
stack_sel
;
/* --3 238 16-bit stack selector */
WORD
stack_sel
;
/* --3 238 16-bit stack selector */
HTASK16
htask16
;
/* --3 23a Win16 task handle */
WORD
htask16
;
/* --3 23a Win16 task handle */
/* here is plenty space for wine specific fields (don't forget to change pad6!!) */
/* here is plenty space for wine specific fields (don't forget to change pad6!!) */
/* the following are nt specific fields */
/* the following are nt specific fields */
...
...
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