aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-17 05:31:29 -0800
committerChris Robinson <[email protected]>2018-11-17 05:31:29 -0800
commit1fae8c16a8c0634ffa44b4a2e25f3be4899ea7e2 (patch)
tree622a682c96ec30cb08a11e6b4e6969daaaeeacf1 /OpenAL32
parentccdaca80c910047e16f710d44f640a6d6f86a195 (diff)
Convert threads.c to C++
Also vastly simplify and remove related code.
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alBuffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index fbe3e6e5..f264caa5 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -7,7 +7,6 @@
#include "inprogext.h"
#include "atomic.h"
-#include "rwlock.h"
#ifdef __cplusplus
extern "C" {