Go to the documentation of this file. 1 #ifndef PA_RINGBUFFER_H
2 #define PA_RINGBUFFER_H
70 #if defined(__APPLE__)
71 #include <sys/types.h>
73 #elif defined( __GNUC__ )
75 #elif (_MSC_VER >= 1400)
77 #elif defined(_MSC_VER) || defined(__BORLANDC__)