enable thunk-rs when compiling for x86_64 windows
[target.x86_64-pc-windows-msvc.build-dependencies]
thunk-rs = { version = "0.3.3", features = ["win7"] }
[target.i686-pc-windows-msvc.build-dependencies]
thunk-rs = { version = "0.3.3", features = ["win7"] }
这样传递参数不正确的,报错编译的时候实际用的是默认的winxp