Ignore:
Timestamp:
Jun 19, 1999, 3:57:51 PM (26 years ago)
Author:
sandervl
Message:

Changes for Win32 TIB allocation (not activated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/module.h

    r4 r123  
    1 /* $Id: module.h,v 1.1 1999-05-24 20:19:14 ktk Exp $ */
     1/* $Id: module.h,v 1.2 1999-06-19 13:57:50 sandervl Exp $ */
    22
    33/*
     
    1111
    1212#include "windef.h"
    13 #include "dosexe.h"
     13//#include "dosexe.h"
    1414#include "pe_image.h"
    1515
     16#ifndef __WIN32OS2__
    1617  /* In-memory module structure. See 'Windows Internals' p. 219 */
    1718typedef struct _NE_MODULE
     
    5758    LPVOID  hRsrcMap;         /* HRSRC 16->32 map (for 32-bit modules) */
    5859} NE_MODULE;
    59 
     60#endif
    6061
    6162typedef struct {
Note: See TracChangeset for help on using the changeset viewer.