Rename Protocol->Register() to Protocol->Install(), add missing header changes
This commit is contained in:
parent
7fd5273476
commit
87a586ed68
@ -259,8 +259,8 @@ typedef struct _XTBL_LOADER_PROTOCOL
|
|||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
PBL_GET_MODULES_LIST GetModulesList;
|
PBL_GET_MODULES_LIST GetModulesList;
|
||||||
|
PBL_REGISTER_XT_PROTOCOL Install;
|
||||||
PBL_OPEN_XT_PROTOCOL Open;
|
PBL_OPEN_XT_PROTOCOL Open;
|
||||||
PBL_REGISTER_XT_PROTOCOL Register;
|
|
||||||
} Protocol;
|
} Protocol;
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user