From e18ca98857b0627462780d327b999496cae9f586 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 18 May 2005 18:37:30 +0000 Subject: [PATCH] Removed last dependencies on 16-bit headers from ntdll. --- dlls/ntdll/heap.c | 1 - include/thread.h | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/dlls/ntdll/heap.c b/dlls/ntdll/heap.c index 85978d48cf5..8fbd1007bc8 100644 --- a/dlls/ntdll/heap.c +++ b/dlls/ntdll/heap.c @@ -37,7 +37,6 @@ #include "winbase.h" #include "winreg.h" #include "winternl.h" -#include "wine/winbase16.h" #include "winerror.h" #include "winnt.h" #include "thread.h" diff --git a/include/thread.h b/include/thread.h index 125a83ffd09..b2eb767a8bc 100644 --- a/include/thread.h +++ b/include/thread.h @@ -27,12 +27,8 @@ #include #define WINE_NO_TEB #include -#include -struct _SECURITY_ATTRIBUTES; struct tagSYSLEVEL; -struct server_buffer_info; -struct fiber_data; struct debug_info { @@ -99,7 +95,7 @@ typedef struct _TEB DWORD vm86_pending; /* --3 230 Data for vm86 mode */ void *vm86_ptr; /* --3 234 Data for vm86 mode */ 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!!) */ /* the following are nt specific fields */