You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by Apache Wiki <wi...@apache.org> on 2008/06/09 11:20:40 UTC

[Stdcxx Wiki] Update of "gcc" by farid

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification.

The following page has been changed by farid:
http://wiki.apache.org/stdcxx/gcc

------------------------------------------------------------------------------
  ||`__GNUC_MINOR__`|| ||all||<style="text-align:left">Defined to the minor version of the compiler.||
  ||`__GNUC_PATCHLEVEL__`|| ||all||<style="text-align:left">Defined to the micro (patch) version of the compiler.||
  ||`__GNUG__`|| ||all||<style="text-align:left">Defined to the same value as `__GUNC__` in C++ mode.||
- ||`__CYGWIN__`||[http://www.cygwin.com Cygwin]||all||<style="text-align:left">Defined whe compiling for the Cygwin environment.||
+ ||`__CYGWIN__`||[http://www.cygwin.com Cygwin]||all||<style="text-align:left">Defined when compiling for the Cygwin environment without -mno-cygwin option.||
- ||`__MINGW32__`||[http://www.mingw.org MinGW]||all||<style="text-align:left">Defined whe compiling for the MinGW environment.||
+ ||`__MINGW32__`||[http://www.mingw.org MinGW]||all||<style="text-align:left">Defined when compiling for the MinGW environment or when compiling for the Cygwin environment with -mno-cygwin option specified.||
+ ||`_WIN32`||[http://www.mingw.org MinGW]||all||<style="text-align:left">Defined when compiling for the MinGW environment or when compiling for the Cygwin environment with -mno-cygwin option specified.||
  
  === Discussion Forums ===