Changeset 506 for trunk/include


Ignore:
Timestamp:
Aug 16, 1999, 3:56:54 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winexe.h

    r10 r506  
    1 /* $Id: winexe.h,v 1.2 1999-05-27 15:17:59 phaller Exp $ */
     1/* $Id: winexe.h,v 1.3 1999-08-16 13:55:27 sandervl Exp $ */
    22
    33/*
     
    1919
    2020typedef ULONG (* WIN32API WIN32EXEENTRY)();
     21
     22class Win32Exe;
     23typedef Win32Exe *(* WIN32API WIN32CTOR)(char *);
    2124
    2225class Win32Exe : public Win32Image
Note: See TracChangeset for help on using the changeset viewer.