Update efilib.h

Signed-off-by: Kevin Alavik (puffer) <kevin@alavik.se>
This commit is contained in:
Kevin Alavik (puffer) 2024-07-09 11:49:09 +02:00 committed by GitHub
parent 6a0f30a1ce
commit c3148bf35f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
#include "efi.h"
#include "efi_st.h"
#define EFI_ERROR(status) (((INTN)(status)) < 0)
#define EFI_ERROR(status) (((EFI_INTN)(status)) < 0)
#endif /* EFI_EFILIB_H */