未验证 提交 56433f30 编写于 作者: N NaBian 提交者: GitHub

Merge pull request #1365 from asine/master

解决编译目标为x86的情况下报错
......@@ -379,7 +379,7 @@ internal class InteropValues
get
{
WINDOWPLACEMENT result = new WINDOWPLACEMENT();
result.length = Marshal.SizeOf(result);
result.length = Marshal.SizeOf(typeof(WINDOWPLACEMENT);
return result;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册