OrangeC icon indicating copy to clipboard operation
OrangeC copied to clipboard

Why `-D__MSVCRT__` is there even on Linux and FreeBSD?

Open ghost opened this issue 1 year ago • 2 comments

Linux and FreeBSD of course don't have MSVCRT.

ghost avatar Sep 16 '24 10:09 ghost

How to reproduce this?

GitMensch avatar Sep 16 '24 11:09 GitMensch

How to reproduce this?

Try to build Orange C on the corresponding platforms? You can easily see it's on the command line of g++/clang++.

It's something defined in the makefile and picked up by g++/clang++.

ghost avatar Sep 16 '24 11:09 ghost