predef icon indicating copy to clipboard operation
predef copied to clipboard

Microsoft C

Open breese opened this issue 1 year ago • 2 comments

I received the following

Hello,

in your Pre-defined Compiler Macros List is "Microsoft C" missing. Microsoft C does have the Macro _MSC_VER since version 6.0 and the value is 600.

I don't have a github account that's why i'm sharing this via sourceforge.

Best Regards, Oliver

breese avatar Nov 25 '24 13:11 breese

Microsoft C is a predecessor to Microsoft Visual C++, I guess?

That might explain why compiler in Visual C++ 6.0 package have _MSC_VER defined at 1200.

a1batross avatar Nov 27 '24 10:11 a1batross