Export BlDisplayInputDialog() in XTLDR protocol
Sommige controles zijn mislukt
Builds / ExectOS (amd64) (push) Failing after 15s
Builds / ExectOS (i686) (push) Failing after 15s

This commit is contained in:
2024-01-02 18:34:30 +01:00
bovenliggende 45e2a7ec66
commit b5b7c1f86e
2 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen

Bestand weergeven

@@ -596,6 +596,7 @@ BlpRegisterXtLoaderProtocol()
BlpLdrProtocol.Protocol.Register = BlRegisterProtocol;
BlpLdrProtocol.Tui.DisplayErrorDialog = BlDisplayErrorDialog;
BlpLdrProtocol.Tui.DisplayInfoDialog = BlDisplayInfoDialog;
BlpLdrProtocol.Tui.DisplayInputDialog = BlDisplayInputDialog;
BlpLdrProtocol.Tui.DisplayProgressDialog = BlDisplayProgressDialog;
BlpLdrProtocol.Tui.UpdateProgressBar = BlUpdateProgressBar;
BlpLdrProtocol.Util.ExitBootServices = BlExitBootServices;