Changeset 65358 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jan 18, 2017 10:49:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp
r65235 r65358 80 80 else if (!strcmp(pszSymbol, "MyPrintf") || !strcmp(pszSymbol, "_MyPrintf")) 81 81 *pValue = (uintptr_t)RTPrintf; 82 else if (!strcmp(pszSymbol, "SomeImportFunction") || !strcmp(pszSymbol, "_SomeImportFunction")) 83 *pValue = (uintptr_t)0; 82 84 else 83 85 {
Note:
See TracChangeset
for help on using the changeset viewer.