Add more checks for Intel compiler.
[wxWidgets.git] / include / wx / atomic.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2008-06-02  Vadim Zeitlindefine wxHAS_ATOMIC_OPS only if native implementation...
2007-09-10  Václav SlavíkFixed wxAtomicInc/Dec() to not use asm/atomic.h header...
2007-09-10  Václav Slavíkfix to make 'wxAtomicInt i = 0;' work with generic...
2007-09-10  Václav Slavíkcompilation fixes for generic implementation of wxAtomi...
2007-07-04  Vadim Zeitlinadded wxAtomicInc/Dec() functions (patch 1739486)