X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Finclude%2Fgpt.h;h=1eefca37b874ed13eedf43c9407b401ec569228c;hb=3eecb474d27e2882cd17741517895a4482e0968c;hp=89448851de229bc845f2b91c9385e663233d0fd3;hpb=b8985d333f4d34d259d53436c7adbb2bbc8cee60;p=debian%2Fefibootmgr diff --git a/src/include/gpt.h b/src/include/gpt.h index 8944885..1eefca3 100644 --- a/src/include/gpt.h +++ b/src/include/gpt.h @@ -35,7 +35,7 @@ #define GPT_BLOCK_SIZE 512 -#define GPT_HEADER_SIGNATURE 0x5452415020494645 +#define GPT_HEADER_SIGNATURE ((uint64_t)(0x5452415020494645LL)) #define GPT_HEADER_REVISION_V1_02 0x00010200 #define GPT_HEADER_REVISION_V1_00 0x00010000 #define GPT_HEADER_REVISION_V0_99 0x00009900