mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-06-14 04:16:15 -07: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>