Rename SDL_atomic_t to SDL_AtomicInt
This commit is contained in:
committed by
Sam Lantinga
parent
8994878767
commit
d0c4849d0b
@@ -28,7 +28,7 @@ typedef struct
|
||||
{
|
||||
SDL_AudioDeviceID dev;
|
||||
int soundpos;
|
||||
SDL_atomic_t done;
|
||||
SDL_AtomicInt done;
|
||||
} callback_data;
|
||||
|
||||
static callback_data cbd[64];
|
||||
|
||||
Reference in New Issue
Block a user