wxWidgets/interface/atomic.h
2008-03-08 13:52:38 +00:00

15 lines
461 B
C

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