XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit c5b6aa108d - Show all commits

View File

@ -46,6 +46,10 @@ XTCDECL
VOID
BlDisableConsoleCursor();
XTCDECL
VOID
BlDisplayBootMenu();
XTCDECL
VOID
BlDisplayErrorDialog(IN PWCHAR Caption,

View File

@ -9,10 +9,6 @@
#include <xtldr.h>
XTCDECL
VOID
BlDisplayBootMenu();
/**
* Initializes a list of operating systems for XTLDR boot menu.
*