Changeset 651 for trunk/include/winexe.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/winexe.h

    r642 r651  
    1 /* $Id: winexe.h,v 1.4 1999-08-22 22:56:48 sandervl Exp $ */
     1/* $Id: winexe.h,v 1.5 1999-08-23 17:04:14 sandervl Exp $ */
    22
    33/*
     
    3636
    3737virtual ULONG start();
     38
     39virtual BOOL  isDll()                          { return FALSE; };
    3840       
    3941protected:
Note: See TracChangeset for help on using the changeset viewer.