Frank Li <lznuaa@xxxxxxxxx> writes: > > > > Test whether WIN32 is defined rather than __MINGW32__ > > I think WIN32 is better, how about 64bit build case? > In 64bit environment, VC define WIN64 not WIN32. Actually, "_WIN32" is always defined using `cl', even in 64bit mode. 64bit compilation additionally defines "_WIN64", FWIW. -tom -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html