It turns out that the MSVC headers define these functions without
dllimport even when compiling with /MD. This change fixes the resulting
compile-time error.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 13949 Build 13949: arc lint + arc unit
Event Timeline
Comment Actions
Seems like an oversight on their part, since these functions will be imported from VCRUNTIME*.dll for /MD. Oh well. LGTM.