diff options
author | Chris Robinson <[email protected]> | 2014-07-21 23:14:48 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-07-22 00:20:28 -0700 |
commit | 5a339a2a5b12545c105a2a3dcfb1d8e466b0381f (patch) | |
tree | 95dab694ebe14d41e3e775dc651d07ee26cbe44a /OpenAL32/Include/alMain.h | |
parent | 7b41ed7ec4bfb7e8ac3daef3eebc6831b96a8fa4 (diff) |
Add macros for generic atomic functionality
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index ba39405e..a444610f 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -748,7 +748,7 @@ struct ALCcontext_struct volatile ALenum LastError; - volatile ALenum UpdateSources; + ATOMIC(ALenum) UpdateSources; volatile enum DistanceModel DistanceModel; volatile ALboolean SourceDistanceModel; |