зеркало из https://github.com/mozilla/cubeb.git
Use a constant instead of a define.
This commit is contained in:
Родитель
2b73ea65a3
Коммит
e479f4268d
|
@ -86,7 +86,7 @@ LIBAAUDIO_API_VISIT(MAKE_TYPEDEF)
|
|||
#undef MAKE_TYPEDEF
|
||||
#endif
|
||||
|
||||
#define MAX_STREAMS 16
|
||||
const uint8_t MAX_STREAMS = 16;
|
||||
|
||||
using unique_lock = std::unique_lock<std::mutex>;
|
||||
using lock_guard = std::lock_guard<std::mutex>;
|
||||
|
|
Загрузка…
Ссылка в новой задаче