Skip to content

thunk作为类库使用的时候怎么才能正确传递参数 #19

@loecomm

Description

@loecomm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions