Ignore:
Timestamp:
Jun 8, 2000, 8:08:58 PM (25 years ago)
Author:
sandervl
Message:

RegQueryValueW, OpenFile and LoadLibrary fixes

File:
1 edited

Legend:

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

    r3625 r3678  
    1 /* $Id: winimagebase.h,v 1.10 2000-05-28 16:45:12 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.11 2000-06-08 18:08:57 sandervl Exp $ */
    22
    33/*
     
    8787        ULONG getResourceSize(HRSRC hResource);
    8888
    89 static  BOOL  isPEImage(char *szFileName);
     89        //returns ERROR_SUCCESS or error code
     90static  ULONG isPEImage(char *szFileName);
    9091static  BOOL  findDll(const char *pszFileName, char *pszFullName,
    9192                      int cchFullName, const char *pszAltPath = NULL);
Note: See TracChangeset for help on using the changeset viewer.