VirtualBox

Changeset 46078 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 14, 2013 6:22:53 PM (12 years ago)
Author:
vboxsync
Message:

More debugging fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/win/lazy-dbghelp.h

    r46048 r46078  
    4747        rc = RTPathAppend(szPath, sizeof(szPath), "Debugging Tools for Windows (x86)\\dbghelp.dll");
    4848#else
    49         rc = RTPathAppend(szPath, sizeof(szPath), "Debugging Tools for Windows (amd64)\\dbghelp.dll");
     49        rc = RTPathAppend(szPath, sizeof(szPath), "Debugging Tools for Windows (x64)\\dbghelp.dll");
    5050#endif
    5151        if (RTPathExists(szPath))
     
    6060}
    6161
    62 RTLDRLAZY_MODULE(dbghelp, "dbghelp.dll");
     62RTLDRLAZY_MODULE_EX(dbghelp, "dbghelp.dll", rtLdrLazyLoadDbgHelp);
    6363
    6464RTLDRLAZY_FUNC(dbghelp, BOOL, WINAPI, SymInitialize, (HANDLE a1, PCWSTR a2, BOOL a3), (a1, a2, a3), FALSE);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette