]> git.saurik.com Git - wxWidgets.git/blob - interface/atomic.h
Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for...
[wxWidgets.git] / interface / atomic.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: atomic.h
3 // Purpose: interface of global functions
4 // Author: wxWidgets team
5 // RCS-ID: $Id$
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
8
9 /**
10 This function increments @a value in an atomic manner.
11 */
12 void wxAtomicInc(wxAtomicInt& value);
13
14