>Code cleanup, standardize on a single Windows #define '__WIN__'; WIN32 --> >__WIN__. >Flip usage of ifndef WIN32 --> ifdef __GNUC__ GNUC indicates a specific compiler, not a platform, which is what the check is for.