Ignore:
Timestamp:
Nov 30, 1999, 8:39:14 PM (26 years ago)
Author:
sandervl
Message:

makefile updates (define i386) + pe image hdr change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winimagebase.h

    r1879 r1891  
    1 /* $Id: winimagebase.h,v 1.7 1999-11-29 20:42:20 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.8 1999-11-30 19:39:14 sandervl Exp $ */
    22
    33/*
     
    5858        ULONG     getError()          { return errorState; };
    5959        HINSTANCE getInstanceHandle() { return hinstance; };
     60
     61//Returns required OS version for this image
     62virtual ULONG     getVersion();
    6063
    6164virtual void setFullPath(char *name);
Note: See TracChangeset for help on using the changeset viewer.