Changeset 653 for trunk/include/winexe.h


Ignore:
Timestamp:
Aug 23, 1999, 8:06:45 PM (26 years ago)
Author:
sandervl
Message:

Stupid compiler; if you don't like virtual inline methods, then complain..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winexe.h

    r651 r653  
    1 /* $Id: winexe.h,v 1.5 1999-08-23 17:04:14 sandervl Exp $ */
     1/* $Id: winexe.h,v 1.6 1999-08-23 18:06:45 sandervl Exp $ */
    22
    33/*
     
    3737virtual ULONG start();
    3838
    39 virtual BOOL  isDll()                          { return FALSE; };
     39virtual BOOL  isDll();
    4040       
    4141protected:
Note: See TracChangeset for help on using the changeset viewer.