Move some headers to include/

Note, these are not installed. Only headers in include/AL/ are installed.
This commit is contained in:
Chris Robinson
2014-05-06 18:29:53 -07:00
parent 1a76a3238c
commit 0ea979a262
3 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -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 */