Changeset 3678 for trunk/src/kernel32/winimagebase.h
- Timestamp:
- Jun 8, 2000, 8:08:58 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagebase.h
r3625 r3678 1 /* $Id: winimagebase.h,v 1.1 0 2000-05-28 16:45:12sandervl Exp $ */1 /* $Id: winimagebase.h,v 1.11 2000-06-08 18:08:57 sandervl Exp $ */ 2 2 3 3 /* … … 87 87 ULONG getResourceSize(HRSRC hResource); 88 88 89 static BOOL isPEImage(char *szFileName); 89 //returns ERROR_SUCCESS or error code 90 static ULONG isPEImage(char *szFileName); 90 91 static BOOL findDll(const char *pszFileName, char *pszFullName, 91 92 int cchFullName, const char *pszAltPath = NULL);
Note:
See TracChangeset
for help on using the changeset viewer.