Skip to content

http module needs httpapi.lib, not winhttp.lib #743

Open
@tom-bowles

Description

@tom-bowles

I think this line in build.rs:

("http", &["guiddef", "minwinbase", "minwindef", "sspi", "winnt", "ws2def"], &["winhttp"]),

should be:

("http", &["guiddef", "minwinbase", "minwindef", "sspi", "winnt", "ws2def"], &["httpapi"]),

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugAny sort of bug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions