Changeset 3534 for trunk/kDbg/kDbgModWinDbgHelp.cpp
- Timestamp:
- Aug 23, 2007, 2:28:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kDbg/kDbgModWinDbgHelp.cpp
r3531 r3534 431 431 if (rc == KDBG_ERR_DBGHLP_VERSION_MISMATCH) 432 432 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)); 436 436 else 437 437 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")); 439 439 return rc; 440 440 } … … 566 566 * 567 567 */ 568 int kdbgModWinDbgHelpOpen(PKDBGHLPFILE pFile, int64_t offHdr, const char *pszModulePath,PKDBGMOD *ppDbgMod)568 int kdbgModWinDbgHelpOpen(PKDBGHLPFILE pFile, PKDBGMOD *ppDbgMod) 569 569 { 570 570 /*
Note:
See TracChangeset
for help on using the changeset viewer.