Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 12:49
· 8 commits to master since this release
Fix Windows linker error: Add missing gEfiFileInfoGuid to .inf files

- Add gEfiFileInfoGuid to both ACPIPatcher.inf and ACPIPatcherDxe.inf
- Resolves 'unresolved external symbol gEfiFileInfoGuid' linker error
- Used in LoadAmlFileFromDisk function for file operations
- Fixes Windows VS2022 build error LNK2001/LNK1120