Commit 660b5105 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Removed DOS task fields from the NE_MODULE structure.

parent 15aef00f
......@@ -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;
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment