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
660b5105
Commit
660b5105
authored
Jul 31, 2000
by
Ove Kaaven
Committed by
Alexandre Julliard
Jul 31, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed DOS task fields from the NE_MODULE structure.
parent
15aef00f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
module.h
include/module.h
+0
-3
int2f.c
msdos/int2f.c
+2
-1
No files found.
include/module.h
View file @
660b5105
...
...
@@ -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
;
...
...
msdos/int2f.c
View file @
660b5105
...
...
@@ -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
...
...
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