Changeset 91033 in vbox
- Timestamp:
- Aug 31, 2021 2:12:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/tpm-win.cpp
r91028 r91033 139 139 if (RT_FAILURE(rc)) return rc; 140 140 141 rc = RTLdrGetSymbol(hMod, "Tbsi _Context_Close", (void **)&g_pfnTbsiContextClose);141 rc = RTLdrGetSymbol(hMod, "Tbsip_Context_Close", (void **)&g_pfnTbsiContextClose); 142 142 if (RT_FAILURE(rc)) return rc; 143 143 … … 145 145 if (RT_FAILURE(rc)) return rc; 146 146 147 rc = RTLdrGetSymbol(hMod, "Tbsi _Submit_Command", (void **)&g_pfnTbsiSubmitCommands);147 rc = RTLdrGetSymbol(hMod, "Tbsip_Submit_Command", (void **)&g_pfnTbsiSubmitCommands); 148 148 if (RT_FAILURE(rc)) return rc; 149 149
Note:
See TracChangeset
for help on using the changeset viewer.