Skip to content

Commit

Permalink
Add MSVC 2022 build
Browse files Browse the repository at this point in the history
Add MSVC 2022 build
  • Loading branch information
andyvand committed Jan 27, 2024
1 parent 431a16b commit d9a88c2
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file added bin/MSVC/Debug/boot.efi
Binary file not shown.
Binary file added bin/MSVC/Release/boot.efi
Binary file not shown.
Binary file added bin/MSVC/Release_Gray/boot.efi
Binary file not shown.
Binary file modified bin/boot.efi
Binary file not shown.
Binary file modified bin/macosxbootloader-legacy.pkg/Contents/Archive.bom
Binary file not shown.
Binary file modified bin/macosxbootloader-legacy.pkg/Contents/Archive.pax.gz
Binary file not shown.
Binary file modified bin/macosxbootloader.pkg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/boot/Console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ STATIC EFI_STATUS CspConvertLogoImage(BOOLEAN normalLogo, EFI_UGA_PIXEL** logoIm
#if defined(_MSC_VER)
try_leave(NOTHING);
#else
return -1;
return EFI_SUCCESS;
#endif
}

Expand Down

0 comments on commit d9a88c2

Please sign in to comment.