Cleanup after switching to new way of printing formatted strings
Visas pārbaudes ir veiksmīgas
Builds / ExectOS (i686) (push) Successful in 33s
Builds / ExectOS (amd64) (push) Successful in 34s

Šī revīzija ir iekļauta:
Rafal Kupiec 2024-02-16 22:04:17 +01:00
vecāks c99bd73dfd
revīzija 6d66629124
Parakstījis: belliash
GPG atslēgas ID: 4E829243E0CFE6B4
2 mainīti faili ar 0 papildinājumiem un 6 dzēšanām

Parādīt failu

@ -18,9 +18,6 @@ LIST_ENTRY BlpConfig;
/* XT Boot Loader loaded configuration */ /* XT Boot Loader loaded configuration */
LIST_ENTRY BlpConfigSections; LIST_ENTRY BlpConfigSections;
/* XT Boot Loader hex table */
STATIC PUINT16 BlpHexTable = L"0123456789ABCDEF";
/* XT Boot Loader protocol */ /* XT Boot Loader protocol */
XTBL_LOADER_PROTOCOL BlpLdrProtocol; XTBL_LOADER_PROTOCOL BlpLdrProtocol;

Parādīt failu

@ -21,9 +21,6 @@ EXTERN LIST_ENTRY BlpConfig;
/* XT Boot Loader loaded configuration */ /* XT Boot Loader loaded configuration */
EXTERN LIST_ENTRY BlpConfigSections; EXTERN LIST_ENTRY BlpConfigSections;
/* XT Boot Loader hex table */
EXTERN PUINT16 BlpHexTable;
/* XT Boot Loader protocol */ /* XT Boot Loader protocol */
EXTERN XTBL_LOADER_PROTOCOL BlpLdrProtocol; EXTERN XTBL_LOADER_PROTOCOL BlpLdrProtocol;