Changeset 95736 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Jul 20, 2022 1:50:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r95735 r95736 334 334 if (RT_SUCCESS(rc)) 335 335 { 336 rc = RTLdrGetSymbol(hMod, "GetModuleBaseName ", (void **)&g_pfnGetModuleBaseName);336 rc = RTLdrGetSymbol(hMod, "GetModuleBaseNameA", (void **)&g_pfnGetModuleBaseName); 337 337 AssertStmt(RT_SUCCESS(rc), g_pfnGetModuleBaseName = NULL); 338 338
Note:
See TracChangeset
for help on using the changeset viewer.