aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-05-06 18:29:53 -0700
committerChris Robinson <[email protected]>2014-05-06 18:29:53 -0700
commit0ea979a262d4409a830354cbbc6eb3bea6f455a3 (patch)
treec230c59be9f8556a47798c2641256bf3f4c9f294
parent1a76a3238c86cc40499e0c724f698d9b17f776c4 (diff)
Move some headers to include/
Note, these are not installed. Only headers in include/AL/ are installed.
-rw-r--r--include/align.h (renamed from Alc/align.h)0
-rw-r--r--include/atomic.h (renamed from Alc/atomic.h)2
-rw-r--r--include/threads.h (renamed from OpenAL32/Include/threads.h)0
3 files changed, 1 insertions, 1 deletions
diff --git a/Alc/align.h b/include/align.h
index babd4106..babd4106 100644
--- a/Alc/align.h
+++ b/include/align.h
diff --git a/Alc/atomic.h b/include/atomic.h
index 10f8e436..3b5ec24d 100644
--- a/Alc/atomic.h
+++ b/include/atomic.h
@@ -135,7 +135,7 @@ inline void *CompExchangePtr(XchgPtr *ptr, void *oldval, void *newval)
#else
#error "No atomic functions available on this platform!"
-typedef ALuint RefCount;
+typedef unsigned int RefCount;
#endif
#endif /* AL_ATOMIC_H */
diff --git a/OpenAL32/Include/threads.h b/include/threads.h
index 40f523fa..40f523fa 100644
--- a/OpenAL32/Include/threads.h
+++ b/include/threads.h