Piotr Caban (@piotr) commented about dlls/msvcp90/exception.c:
DEFINE_RTTI_DATA2(range_error, 0, &runtime_error_rtti_base_descriptor, &exception_rtti_base_descriptor, ".?AVrange_error@std@@") DEFINE_CXX_DATA2(range_error, &runtime_error_cxx_type_info, &exception_cxx_type_info, MSVCP_runtime_error_dtor)
+#if _MSVCP_VER > 90 +/* bad_function_call class data */ +typedef exception bad_function_call;
+static bad_function_call* MSVCP_bad_function_call_default_ctor(bad_function_call *this)
Could you please rename the function?
```suggestion:-0+0 static bad_function_call* bad_function_call_ctor(bad_function_call *this) ```