From 0ea979a262d4409a830354cbbc6eb3bea6f455a3 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 6 May 2014 18:29:53 -0700 Subject: [PATCH] Move some headers to include/ Note, these are not installed. Only headers in include/AL/ are installed. --- {Alc => include}/align.h | 0 {Alc => include}/atomic.h | 2 +- {OpenAL32/Include => include}/threads.h | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {Alc => include}/align.h (100%) rename {Alc => include}/atomic.h (99%) rename {OpenAL32/Include => include}/threads.h (100%) diff --git a/Alc/align.h b/include/align.h similarity index 100% rename from Alc/align.h rename to include/align.h diff --git a/Alc/atomic.h b/include/atomic.h similarity index 99% rename from Alc/atomic.h rename to 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 similarity index 100% rename from OpenAL32/Include/threads.h rename to include/threads.h