config.h 281 B

123456789
  1. #define ALSOFT_VERSION "1.17.1"
  2. #if defined(_MSC_VER)
  3. /* API declaration export attribute */
  4. #define AL_API __declspec(dllexport)
  5. #define ALC_API __declspec(dllexport)
  6. /* Define any available alignment declaration */
  7. #define ALIGN(x) __declspec(align(x))
  8. #endif // _MSC_VER