Ignore:
Timestamp:
Aug 25, 1999, 2:29:26 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winimage.h

    r651 r685  
    1 /* $Id: winimage.h,v 1.10 1999-08-23 17:04:14 sandervl Exp $ */
     1/* $Id: winimage.h,v 1.11 1999-08-25 12:29:25 sandervl Exp $ */
    22
    33/*
     
    114114virtual ~Win32Image();
    115115
    116         //called to reset object to native OS/2 or converted win32 dll
    117         void OS2ImageInit(HINSTANCE hinstance, int NameTableId, int Win32TableId);
    118 
    119116        //reservedMem is address of memory reserved in peldr.dll (allocated before
    120117        //any dlls are loaded, so that exes without fixups can be loaded at a low
     
    160157
    161158protected:
     159        //called to reset object to native OS/2 or converted win32 dll
     160        void OS2ImageInit(HINSTANCE hinstance, int NameTableId, int Win32TableId);
     161
    162162        void tlsAlloc();                //Allocate TLS index for this module
    163163        void tlsDelete();               //Destroy TLS index for this module
Note: See TracChangeset for help on using the changeset viewer.