Changeset 651 for trunk/include/windll.h


Ignore:
Timestamp:
Aug 23, 1999, 7:04:14 PM (26 years ago)
Author:
sandervl
Message:

Dll load order bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/windll.h

    r550 r651  
    1 /* $Id: windll.h,v 1.5 1999-08-18 17:16:05 sandervl Exp $ */
     1/* $Id: windll.h,v 1.6 1999-08-23 17:04:14 sandervl Exp $ */
    22
    33/*
     
    3636public:
    3737                  Win32Dll(HINSTANCE hinstance, int NameTableId, int Win32TableId, WIN32DLLENTRY DllEntryPoint);
    38                   Win32Dll(char *szDllName);
     38                  Win32Dll(char *szDllName, Win32Image *parentImage = NULL);
    3939                 ~Win32Dll();
    4040
     
    8080static  Win32Dll *findModule(WIN32DLLENTRY DllEntryPoint);
    8181
     82
     83virtual BOOL  isDll()                          { return FALSE; };
     84
    8285protected:
    83         BOOL      fSystemDll, fSkipEntryCalls, fUnloaded;
     86        BOOL      fSystemDll, fSkipEntryCalls, fUnloaded, fAttachedToProcess;
    8487
    8588        WIN32DLLENTRY dllEntryPoint;
Note: See TracChangeset for help on using the changeset viewer.