Ignore:
Timestamp:
Aug 23, 2007, 2:28:15 AM (18 years ago)
Author:
bird
Message:

hacking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kDbg/kDbgModWinDbgHelp.cpp

    r3531 r3534  
    431431    if (rc == KDBG_ERR_DBGHLP_VERSION_MISMATCH)
    432432        kDbgAssertMsgFailed(("dbghelp.dll found, but it was ancient! The highest file version found was 0x%08x'%08x.\n"
    433                          "This program require a file version of at least 0x00060004'00000000. Please download\n"
    434                          "the latest windbg and use the dbghelp.dll from that package. Just put it somewhere in\n"
    435                          "the PATH and we'll find it.\n", FileVersionMS, FileVersionLS));
     433                             "This program require a file version of at least 0x00060004'00000000. Please download\n"
     434                             "the latest windbg and use the dbghelp.dll from that package. Just put it somewhere in\n"
     435                             "the PATH and we'll find it.\n", FileVersionMS, FileVersionLS));
    436436    else
    437437        kDbgAssertMsgFailed(("dbghelp.dll was not found! Download the latest windbg and use the dbghelp.dll\n"
    438                          "from that package - just put it somewhere in the PATH and we'll find it.\n"));
     438                             "from that package - just put it somewhere in the PATH and we'll find it.\n"));
    439439    return rc;
    440440}
     
    566566 *
    567567 */
    568 int kdbgModWinDbgHelpOpen(PKDBGHLPFILE pFile, int64_t offHdr, const char *pszModulePath, PKDBGMOD *ppDbgMod)
     568int kdbgModWinDbgHelpOpen(PKDBGHLPFILE pFile, PKDBGMOD *ppDbgMod)
    569569{
    570570    /*
Note: See TracChangeset for help on using the changeset viewer.