Herdinger / EmulationStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
68 stars 7 forks source link

Wrap the checks for _MSC_VER value inside a check for the existence o… #32

Closed John-Gee closed 8 years ago

John-Gee commented 8 years ago

…f the macro.

The GCC document says "Identifiers that are not macros, which are all considered to be the number zero." which I guess explains why building with GCC, 6 in my case, we enter these blocks that are only for MS VS.

It may not be the best way to do so, and I did not test if against MSC , but at least that's an idea :).