Ignore:
Timestamp:
Apr 15, 2000, 12:35:29 AM (25 years ago)
Author:
sandervl
Message:

GetFileAttributes, pe loader & command line fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagebase.h

    r3059 r3375  
    1 /* $Id: winimagebase.h,v 1.1 2000-03-09 19:03:22 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.2 2000-04-14 22:35:28 sandervl Exp $ */
    22
    33/*
     
    8282
    8383static  BOOL  isPEImage(char *szFileName);
     84static  void  findDll(char *szFileName, char *szFullName, int cchFullFileName);
    8485
    8586        void  setEntryPoint(ULONG startAddress) { entryPoint = startAddress; };
Note: See TracChangeset for help on using the changeset viewer.