diff options
Diffstat (limited to 'alc/alcmain.h')
-rw-r--r-- | alc/alcmain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alcmain.h b/alc/alcmain.h index 8bc2fc6f..1df28fe1 100644 --- a/alc/alcmain.h +++ b/alc/alcmain.h @@ -369,7 +369,7 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice> { #define RECORD_THREAD_NAME "alsoft-record" -extern ALint RTPrioLevel; +extern int RTPrioLevel; void SetRTPriority(void); void SetDefaultChannelOrder(ALCdevice *device); |