提交 f3e9d5d6 编写于 作者: C Craig Rodrigues

[FIXED JENKINS-25358] Remove extra fields from getFieldOrder()

Remove fields which are not part of struct _SHELLEXECUTEINFO.
上级 12f5dec0
......@@ -81,6 +81,6 @@ public class SHELLEXECUTEINFO extends Structure {
return Arrays.asList("cbSize", "fMask", "hwnd", "lpVerb",
"lpFile", "lpParameters", "lpDirectory", "nShow", "hInstApp",
"lpIDList", "lpClass", "hkeyClass", "dwHotKey", "hIcon",
"hProcess", "SEE_MASK_NOCLOSEPROCESS", "SW_HIDE", "SW_SHOW");
"hProcess");
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册