Changeset 3922 for trunk/src/imagehlp/modify.cpp
- Timestamp:
- Aug 2, 2000, 4:58:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/imagehlp/modify.cpp
r3634 r3922 1 /* $Id: modify.cpp,v 1.2 2000-08-02 14:56:26 bird Exp $ */ 1 2 /* 2 3 * IMAGEHLP library … … 28 29 PIMAGEHLP_STATUS_ROUTINE StatusRoutine) 29 30 { 30 dprintf(("BindImageEx: stub\n")); 31 dprintf(("BindImageEx: stub\n")); 31 32 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 32 33 return FALSE; … … 37 38 */ 38 39 PIMAGE_NT_HEADERS WINAPI CheckSumMappedFile( 39 LPVOID BaseAddress, DWORD FileLength, 40 LPVOID BaseAddress, DWORD FileLength, 40 41 LPDWORD HeaderSum, LPDWORD CheckSum) 41 42 { … … 109 110 */ 110 111 BOOL WINAPI SplitSymbols( 111 LPSTR ImageName, LPSTR SymbolsPath, 112 LPSTR ImageName, LPSTR SymbolsPath, 112 113 LPSTR SymbolFilePath, DWORD Flags) 113 114 {
Note:
See TracChangeset
for help on using the changeset viewer.