Changeset 65235 in vbox
- Timestamp:
- Jan 11, 2017 8:57:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp
r62724 r65235 70 70 else if (!strcmp(pszSymbol, "RTAssertMayPanic") || !strcmp(pszSymbol, "_RTAssertMayPanic")) 71 71 *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; 74 74 else if (!strcmp(pszSymbol, "RTLogLoggerExV") || !strcmp(pszSymbol, "_RTLogLoggerExV")) 75 75 *pValue = (uintptr_t)RTLogLoggerExV;
Note:
See TracChangeset
for help on using the changeset viewer.