Ignore:
Timestamp:
Feb 6, 2002, 5:33:40 PM (24 years ago)
Author:
sandervl
Message:

SetWin32TIB update + force change to win32 FS selector for calling PE image entrypoints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagebase.h

    r6975 r7811  
    1 /* $Id: winimagebase.h,v 1.20 2001-10-09 20:25:20 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.21 2002-02-06 16:33:39 sandervl Exp $ */
    22
    33/*
     
    123123virtual ULONG getImageSize();
    124124
    125 virtual BOOL  isDll() = 0;
     125virtual BOOL  isDll()     = 0;
     126        BOOL  isPEImage() { return fIsPEImage; };
    126127
    127128static Win32ImageBase * findModule(HMODULE hModule);
     
    145146
    146147    HINSTANCE               hinstance;
     148    BOOL                    fIsPEImage;
    147149
    148150    LPVOID                  tlsAddress;         //address of TLS data
Note: See TracChangeset for help on using the changeset viewer.