Re: [Predef-contribute] Windows define for Mingw
Brought to you by:
breese,
tahonermann
|
From: Hans-Christoph S. <ha...@at...> - 2012-11-30 18:37:34
|
Do you have a reference for which particular ones are missing? There are already some listed under the compilers section: https://sourceforge.net/p/predef/wiki/Compilers/ I think the idea is that the macros are sorted based on what they are used to detect. So if you want to detect which compiler is being used, then you'd use the MinGW macros. But _WIN32 and _WIN64 are used to detect the platform/OS, and they are set by many compilers. .hc On Nov 28, 2012, at 4:54 AM, Jerry Jacobs wrote: > Maybe you could add the WIN32 and WIN64 to the list of operating system defines by the mingw suite. > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > TUNE You got it built. Now make it sing. Tune shows you how. > http://goparallel.sourceforge.net_______________________________________________ > Predef-contribute mailing list > Pre...@li... > https://lists.sourceforge.net/lists/listinfo/predef-contribute |