Thanks to visit codestin.com
Credit goes to github.com

Skip to content

STL: /MD version does not load dynamic imports #2311

@AlexGuteniev

Description

@AlexGuteniev

Describe the bug
/MD version of STL DLL built from sources does not call initialize_pointers() in winapisupp.cpp

Command-line test case

#include <mutex>

int main()
{
    std::mutex mx;
}

Build with /MD (not /MT or /MDd)

Step using disassembly deep into constructor, see that it creates Vista critical section, not win7

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfixedSomething works now, yay!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions