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/winimage.h

    r622 r651  
    1 /* $Id: winimage.h,v 1.9 1999-08-22 14:25:13 sandervl Exp $ */
     1/* $Id: winimage.h,v 1.10 1999-08-23 17:04:14 sandervl Exp $ */
    22
    33/*
     
    157157        void  tlsDetachThread();        //destroy TLS structures
    158158
     159virtual BOOL  isDll() = 0;
     160
    159161protected:
    160162        void tlsAlloc();                //Allocate TLS index for this module
Note: See TracChangeset for help on using the changeset viewer.