Closed Lastique closed 7 years ago
In MSVC-9 MFC sources, _pRawDllMain and ExtRawDllMain accept HINSTANCE as the first argument, not HANDLE. In strict mode these are different types, which creates the potential for ODR errors. This commit resolves that inconsistency.
Resolves https://svn.boost.org/trac10/ticket/12323.
Andrey, thank you very much for your help.
In MSVC-9 MFC sources, _pRawDllMain and ExtRawDllMain accept HINSTANCE as the first argument, not HANDLE. In strict mode these are different types, which creates the potential for ODR errors. This commit resolves that inconsistency.
Resolves https://svn.boost.org/trac10/ticket/12323.