Changeset 3397 for trunk/src/kernel32/winimagebase.h
- Timestamp:
- Apr 16, 2000, 6:19:58 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagebase.h
r3391 r3397 1 /* $Id: winimagebase.h,v 1. 3 2000-04-15 21:08:37bird Exp $ */1 /* $Id: winimagebase.h,v 1.4 2000-04-16 04:19:58 bird Exp $ */ 2 2 3 3 /* 4 4 * Win32 PE Image base class 5 5 * 6 * Copyright 1998- 1999Sander van Leeuwen (sandervl@xs4all.nl)6 * Copyright 1998-2000 Sander van Leeuwen (sandervl@xs4all.nl) 7 7 * 8 8 * … … 82 82 83 83 static BOOL isPEImage(char *szFileName); 84 static BOOL findDll(const char *pszFileName, char *pszFullName, int cchFullName); 84 static BOOL findDll(const char *pszFileName, char *pszFullName, 85 int cchFullName, const char *pszAltPath = NULL); 85 86 86 87 void setEntryPoint(ULONG startAddress) { entryPoint = startAddress; };
Note:
See TracChangeset
for help on using the changeset viewer.