Skip to content

msvcp90: Make _Condition_variable_* function pointers static

_Condition_variable_notify_one and DEFINE_THISCALL_WRAPPER(_Condition_variable_notify_one, 4) are redefined in other dynamic libraries. Therefore, it may caused the problem of global symbol coverage, which caused crash.

Edited by Wu Liande

Merge request reports

Loading