X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Finclude%2Fgpt.h;h=1eefca37b874ed13eedf43c9407b401ec569228c;hb=856c49e20f9f7e8524ee7d2cae3ca17fc44e566f;hp=89448851de229bc845f2b91c9385e663233d0fd3;hpb=08b92cb68b9f2371c663367e9d529391960e6106;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