X-Git-Url: https://code.delx.au/refind/blobdiff_plain/e8d54384d2b49983ba17471527db797159bfede4..6b6db5002493c12fe319f3c07c6ea3218080e038:/refind/apple.c diff --git a/refind/apple.c b/refind/apple.c index 6225d9a..9f9b1f3 100644 --- a/refind/apple.c +++ b/refind/apple.c @@ -24,6 +24,7 @@ #include "lib.h" #include "screen.h" #include "apple.h" +#include "mystrings.h" #include "refit_call_wrapper.h" CHAR16 gCsrStatus[256]; @@ -156,7 +157,7 @@ EFI_STATUS SetAppleOSInfo() { Print(L"Out of resources in SetAppleOSInfo!\n"); } if ((Status == EFI_SUCCESS) && (SetOs->Version == 2)) - Status = refit_call1_wrapper (SetOs->SetOsVendor, "Apple Inc."); + Status = refit_call1_wrapper (SetOs->SetOsVendor, (CHAR8 *) "Apple Inc."); MyFreePool(AppleOSVersion); } // if (AppleOSVersion) } // if