aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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