Created by: vbaderks
MSVC 14.12 (VS 15.5) cannot compile DrStats due to invalid C++ constructions:
- strings cannot be postfixed with a character
- local variable hides previous local declaration
- CString cannot be passed as an argument to a variadic function
Changes are compatible with Visual Studio 2013 Update 5