diff options
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index f58da036..d04fc449 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -373,6 +373,8 @@ struct ALCdevice_struct ALboolean IsCaptureDevice; ALboolean IsLoopbackDevice; + CRITICAL_SECTION Mutex; + ALuint Frequency; ALuint UpdateSize; ALuint NumUpdates; |