Ignore:
Timestamp:
Aug 2, 2000, 4:58:40 PM (25 years ago)
Author:
bird
Message:

Added the CVS Id keyword.

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 $ */
    12/*
    23 *      IMAGEHLP library
     
    2829  PIMAGEHLP_STATUS_ROUTINE StatusRoutine)
    2930{
    30   dprintf(("BindImageEx: stub\n")); 
     31  dprintf(("BindImageEx: stub\n"));
    3132  SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
    3233  return FALSE;
     
    3738 */
    3839PIMAGE_NT_HEADERS WINAPI CheckSumMappedFile(
    39   LPVOID BaseAddress, DWORD FileLength, 
     40  LPVOID BaseAddress, DWORD FileLength,
    4041  LPDWORD HeaderSum, LPDWORD CheckSum)
    4142{
     
    109110 */
    110111BOOL WINAPI SplitSymbols(
    111   LPSTR ImageName, LPSTR SymbolsPath, 
     112  LPSTR ImageName, LPSTR SymbolsPath,
    112113  LPSTR SymbolFilePath, DWORD Flags)
    113114{
Note: See TracChangeset for help on using the changeset viewer.