X-Git-Url: https://sfsrealm.hopto.org/projects/?a=blobdiff_plain;f=SFTypes.h;h=07adb3c72d7969c7d7dbc4a565ff80e0b9335268;hb=212e7d696e798215d4cddfcb5007c212814728e6;hp=f58bfbab8ecfa8c3665f58bc20bcc323b7546a7d;hpb=a36705ea24b6ce9c6df1e070176014e9fb2394ca;p=SFmpqapi.git diff --git a/SFTypes.h b/SFTypes.h index f58bfba..07adb3c 100644 --- a/SFTypes.h +++ b/SFTypes.h @@ -60,7 +60,7 @@ union IntConv { L_Low = (UInt32)(R); \ L_High = (UInt32)((R) >> 32); -#define MakeUInt64(R_Low, R_High) ((UInt64)(R_Low) + (UInt64)((R_High) << 32)) +#define MakeUInt64(R_Low, R_High) ((UInt64)(R_Low) + ((UInt64)(R_High) << 32)) #endif // #ifndef SFTYPES_INCLUDED