From 145bc6da6b836607c509204e3653688e97eb482c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 12 Sep 2011 03:57:53 -0700 Subject: Be a bit more robust while handling the global device list --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index f624cc09..5b770691 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -574,7 +574,7 @@ struct ALCdevice_struct BackendFuncs *Funcs; void *ExtraData; // For the backend's use - ALCdevice *next; + ALCdevice *volatile next; }; #define ALCdevice_OpenPlayback(a,b) ((a)->Funcs->OpenPlayback((a), (b))) -- cgit v1.2.3