Reorder args to with_gain functions to match bqvec; docs; build fixes

This commit is contained in:
Chris Cannam
2014-09-05 09:02:49 +01:00
parent 7ad3bcd729
commit 6f361078f9
7 changed files with 30 additions and 34 deletions

View File

@@ -58,6 +58,7 @@
#define uint32_t unsigned __int32
#elif defined(__MSVC__)
#define ssize_t long
#include <stdint.h>
#else
#include <stdint.h>
#endif