You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
Previous patch used GCC extension "attribute__((packed))" which caused windows build failure. This patch fixes it by using #pragma pack(). Signed-off-by: Guo Dong <guo.dong@intel.com>