On 10:16 Thu 08 Oct , Smith, Stan wrote: > Hefty, Sean wrote: > >> 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 the best of my understanding OpenSM is built for Linux/OFED, Solaris and > Windows.
Also some embedded platforms and we don't know what in a future. '#ifdef __WIN__' and '#ifndef __GNUC__' are not equivalent. Sasha _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
