We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f634f commit 943d0f6Copy full SHA for 943d0f6
include/SDL3/SDL_atomic.h
@@ -610,7 +610,7 @@ extern SDL_DECLSPEC Uint32 SDLCALL SDL_GetAtomicU32(SDL_AtomicU32 *a);
610
*
611
* \threadsafety It is safe to call this function from any thread.
612
613
- * \since This function is available since SDL 3.2.0.
+ * \since This function is available since SDL 3.4.0.
614
*/
615
extern SDL_DECLSPEC Uint32 SDLCALL SDL_AddAtomicU32(SDL_AtomicU32 *a, int v);
616
0 commit comments