///////////////////////////////////////////////////////////////////////////// // Name: atomic.h // Purpose: interface of global functions // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// /** This function increments @a value in an atomic manner. */ void wxAtomicInc(wxAtomicInt& value);