提交 96908b89 编写于 作者: B Behdad Esfahbod

[HB] Add FixedVersion cast to int

上级 957740dd
......@@ -293,6 +293,8 @@ ASSERT_SIZE (CheckSum, 4);
struct FixedVersion
{
inline operator uint32_t(void) const { return major << 16 + minor; }
SHORT major;
USHORT minor;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册