Failed to compile with MSVC in conformance mode (/permissive-)
Closed this issue · 0 comments
SergiusTheBest commented
By default, the /permissive- option is set in new projects created by Visual Studio 2017 version 15.5 and later versions. It is not set by default in earlier versions.
The error message is: Error C2733 'GetModuleHandleW': you cannot overload a function with 'extern "C"' linkage
Similar to SergiusTheBest/plog#146