- Removed some obsolete headers.

- Converted some of the (mostly network) stuff to compile with W32API.

svn path=/trunk/; revision=7573
This commit is contained in:
Filip Navara
2004-01-11 20:46:06 +00:00
parent 881fd1b420
commit 73b404c2ea
57 changed files with 221 additions and 4554 deletions
+5
View File
@@ -3,6 +3,7 @@
#define __INCLUDE_INTERNAL_TEB
#include <napi/types.h>
#include <w32api.h>
#ifdef __USE_W32API
#include <ddk/ntapi.h>
@@ -232,6 +233,8 @@ typedef struct _TEB
PVOID WineDebugInfo; /* Needed for WINE DLL's */
} TEB, *PTEB;
#if (!defined(__USE_W32API) || __W32API_MAJOR_VERSION < 2 || __W32API_MINOR_VERSION < 5)
/* FIXME: at least NtCurrentTeb should be defined in winnt.h */
#ifndef NtCurrentTeb
@@ -288,6 +291,8 @@ unsigned __gregister_get(unsigned const regnum);
#endif
#endif /* !defined(__USE_W32API) || __W32API_MAJOR_VERSION < 2 || __W32API_MINOR_VERSION < 5 */
#ifdef _M_IX86
static inline struct _PEB * NtCurrentPeb(void)