Changeset 653 for trunk/include/windll.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/windll.h

    r651 r653  
    1 /* $Id: windll.h,v 1.6 1999-08-23 17:04:14 sandervl Exp $ */
     1/* $Id: windll.h,v 1.7 1999-08-23 18:06:45 sandervl Exp $ */
    22
    33/*
     
    8181
    8282
    83 virtual BOOL  isDll()                          { return FALSE; };
     83virtual BOOL  isDll();
    8484
    8585protected:
Note: See TracChangeset for help on using the changeset viewer.