Removed DOS task fields from the NE_MODULE structure.

This commit is contained in:
Ove Kaaven 2000-07-31 23:22:55 +00:00 committed by Alexandre Julliard
parent 15aef00f29
commit 660b5105af
2 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,6 @@
#define __WINE_MODULE_H
#include "windef.h"
#include "dosexe.h"
#include "pe_image.h"
/* In-memory module structure. See 'Windows Internals' p. 219 */
@ -50,8 +49,6 @@ typedef struct _NE_MODULE
HMODULE module32; /* 40 PE module handle for Win32 modules */
HMODULE16 self; /* 44 Handle for this module */
WORD self_loading_sel; /* 46 Selector used for self-loading apps. */
LPDOSTASK lpDosTask;
LPVOID dos_image; /* pointer to DOS memory (for DOS apps) */
LPVOID hRsrcMap; /* HRSRC 16->32 map (for 32-bit modules) */
} NE_MODULE;

View File

@ -10,6 +10,7 @@
#include "config.h"
#include "wine/winbase16.h"
#include "dosexe.h"
#include "drive.h"
#include "miscemu.h"
#include "module.h"
@ -18,7 +19,7 @@
#include "debugtools.h"
#include "cdrom.h"
DEFAULT_DEBUG_CHANNEL(int)
DEFAULT_DEBUG_CHANNEL(int);
/* base WPROCS.DLL ordinal number for VxDs */
#define VXD_BASE 400