GP-6690 Minor fix to define in script to parse UEFI header files to

handle newer UEFI header files
This commit is contained in:
emteere
2026-04-24 19:10:01 +00:00
parent 775ec007a6
commit 7d2f1efe4c
@@ -128,6 +128,7 @@ public class CreateUEFIGDTArchivesScript extends GhidraScript {
};
String args[] = {
"-DSTATIC_ASSERT=static_assert"
};
parseHeaderFilesToGDT(outputDirectory, "uefi_"+name, languageID, compiler, filenames, includePaths, args);