Piotr Caban (@piotr) commented about dlls/msvcp90/exception.c:
EXCEPTION_VTABLE(system_error, VTABLE_ADD_FUNC(MSVCP_failure_vector_dtor) VTABLE_ADD_FUNC(MSVCP_failure_what));
- EXCEPTION_VTABLE(bad_function_call,
VTABLE_ADD_FUNC(MSVCP_bad_function_call_vector_dtor)
VTABLE_ADD_FUNC(MSVCP_bad_function_call_what));
```suggestion:-2+0 EXCEPTION_VTABLE(bad_function_call, VTABLE_ADD_FUNC(MSVCP_exception_vector_dtor) VTABLE_ADD_FUNC(MSVCP_exception_what)); ```