mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 13:34:33 -04:00
GCC and clang adaptations
- it seems that C99-style arrays init is MSVC-specific feature - some more const qualifiers
This commit is contained in:
parent
44a3fb63f0
commit
64a7c2ce2c
5 changed files with 53 additions and 49 deletions
11
ffs.h
11
ffs.h
|
@ -118,16 +118,7 @@ const QByteArray EFI_SONY_FILE_SYSTEM_GUID
|
|||
|
||||
|
||||
//Vector of volume GUIDs with FFSv2-compatible files
|
||||
const QVector<QByteArray> FFSv2Volumes
|
||||
({
|
||||
EFI_FIRMWARE_FILE_SYSTEM_GUID,
|
||||
EFI_FIRMWARE_FILE_SYSTEM2_GUID,
|
||||
EFI_APPLE_BOOT_VOLUME_FILE_SYSTEM_GUID,
|
||||
EFI_APPLE_BOOT_VOLUME_FILE_SYSTEM2_GUID,
|
||||
EFI_INTEL_FILE_SYSTEM_GUID,
|
||||
EFI_INTEL_FILE_SYSTEM2_GUID,
|
||||
EFI_SONY_FILE_SYSTEM_GUID
|
||||
});
|
||||
extern const QVector<QByteArray> FFSv2Volumes;
|
||||
|
||||
// Firmware volume signature
|
||||
const QByteArray EFI_FV_SIGNATURE("_FVH", 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue