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/src/kernel32/winexe.cpp

    r617 r653  
    1 /* $Id: winexe.cpp,v 1.10 1999-08-22 11:11:11 sandervl Exp $ */
     1/* $Id: winexe.cpp,v 1.11 1999-08-23 18:06:27 sandervl Exp $ */
    22
    33/*
     
    116116//******************************************************************************
    117117//******************************************************************************
    118 
     118BOOL Win32Exe::isDll()
     119{
     120  return FALSE;
     121}
     122//******************************************************************************
     123//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.