Skip to content

Simplify some preprocessor expressions

Some preprocessor expressions can be simplified. For exemple, when _MSC_VER is defined, _WIN32 is also defined.

So #if defined(_MSC_VER) || defined(_WIN32) can be simplified to #if defined(_WIN32).

Edited by Berdes
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information