XTLDR Rewrite #7

Yhdistetty
belliash yhdistetty 184 committia lähteestä xtldr_rewrite kohteeseen master 2024-01-09 18:51:04 +01:00
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
Showing only changes of commit ceee294df7 - Show all commits

Näytä tiedosto

@@ -144,7 +144,7 @@ typedef struct _XTBL_LOADER_PROTOCOL
} Memory; } Memory;
struct struct
{ {
PBL_OPEN_XT_PROTOCOL Open; PBL_OPEN_XT_PROTOCOL OpenProtocol;
} Protocol; } Protocol;
struct struct
{ {

Näytä tiedosto

@@ -108,7 +108,7 @@ BlpRegisterXtLoaderProtocol()
LdrProtocol.Memory.AllocatePool = BlMemoryAllocatePool; LdrProtocol.Memory.AllocatePool = BlMemoryAllocatePool;
LdrProtocol.Memory.FreePages = BlMemoryFreePages; LdrProtocol.Memory.FreePages = BlMemoryFreePages;
LdrProtocol.Memory.FreePool = BlMemoryFreePool; LdrProtocol.Memory.FreePool = BlMemoryFreePool;
LdrProtocol.Protocol.Open = BlOpenXtProtocol; LdrProtocol.Protocol.OpenProtocol = BlOpenXtProtocol;
LdrProtocol.Tui.DisplayErrorDialog = BlDisplayErrorDialog; LdrProtocol.Tui.DisplayErrorDialog = BlDisplayErrorDialog;
LdrProtocol.Tui.DisplayInfoDialog = BlDisplayInfoDialog; LdrProtocol.Tui.DisplayInfoDialog = BlDisplayInfoDialog;
LdrProtocol.Tui.DisplayProgressDialog = BlDisplayProgressDialog; LdrProtocol.Tui.DisplayProgressDialog = BlDisplayProgressDialog;