>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. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
