VirtualBox

Changeset 91033 in vbox


Ignore:
Timestamp:
Aug 31, 2021 2:12:37 PM (3 years ago)
Author:
vboxsync
Message:

Runtime/tpm-win: Some bug fixes, bugref:10075

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/tpm-win.cpp

    r91028 r91033  
    139139        if (RT_FAILURE(rc)) return rc;
    140140
    141         rc = RTLdrGetSymbol(hMod, "Tbsi_Context_Close", (void **)&g_pfnTbsiContextClose);
     141        rc = RTLdrGetSymbol(hMod, "Tbsip_Context_Close", (void **)&g_pfnTbsiContextClose);
    142142        if (RT_FAILURE(rc)) return rc;
    143143
     
    145145        if (RT_FAILURE(rc)) return rc;
    146146
    147         rc = RTLdrGetSymbol(hMod, "Tbsi_Submit_Command", (void **)&g_pfnTbsiSubmitCommands);
     147        rc = RTLdrGetSymbol(hMod, "Tbsip_Submit_Command", (void **)&g_pfnTbsiSubmitCommands);
    148148        if (RT_FAILURE(rc)) return rc;
    149149
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