You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This used to mean "Visual C++ except in those parts where Borland C++was supported where it meant one of those". Now that we don't supportBorland C++ anymore, simplify by using _MSC_VER which is the normal wayto detect Visual C++.