Rename SDL_atomic_t to SDL_AtomicInt
This commit is contained in:
parent
8994878767
commit
d0c4849d0b
33 changed files with 81 additions and 70 deletions
|
@ -35,7 +35,7 @@ int SDL_IMMDevice_GetDefaultAudioInfo(char **name, SDL_AudioSpec *spec, int isca
|
|||
SDL_AudioFormat WaveFormatToSDLFormat(WAVEFORMATEX *waveformat);
|
||||
|
||||
/* these increment as default devices change. Opened default devices pick up changes in their threads. */
|
||||
extern SDL_atomic_t SDL_IMMDevice_DefaultPlaybackGeneration;
|
||||
extern SDL_atomic_t SDL_IMMDevice_DefaultCaptureGeneration;
|
||||
extern SDL_AtomicInt SDL_IMMDevice_DefaultPlaybackGeneration;
|
||||
extern SDL_AtomicInt SDL_IMMDevice_DefaultCaptureGeneration;
|
||||
|
||||
#endif /* SDL_IMMDEVICE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue