VirtualBox

Changeset 65235 in vbox


Ignore:
Timestamp:
Jan 11, 2017 8:57:29 AM (8 years ago)
Author:
vboxsync
Message:

tstLdr-4.cpp: fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp

    r62724 r65235  
    7070    else if (!strcmp(pszSymbol, "RTAssertMayPanic")     || !strcmp(pszSymbol, "_RTAssertMayPanic"))
    7171        *pValue = (uintptr_t)RTAssertMayPanic;
    72     else if (!strcmp(pszSymbol, "RTLogDefaultInstance") || !strcmp(pszSymbol, "_RTLogDefaultInstance"))
    73         *pValue = (uintptr_t)RTLogDefaultInstance;
     72    else if (!strcmp(pszSymbol, "RTLogDefaultInstanceEx") || !strcmp(pszSymbol, "RTLogDefaultInstanceEx"))
     73        *pValue = (uintptr_t)RTLogDefaultInstanceEx;
    7474    else if (!strcmp(pszSymbol, "RTLogLoggerExV")       || !strcmp(pszSymbol, "_RTLogLoggerExV"))
    7575        *pValue = (uintptr_t)RTLogLoggerExV;
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