dep: Add cubeb

This commit is contained in:
Connor McLaughlin
2020-01-10 14:59:53 +10:00
parent a9e12883bf
commit 3ba98e6ef8
62 changed files with 24532 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#ifndef CUBEB_EXPORT_H
#define CUBEB_EXPORT_H
#define CUBEB_EXPORT
#define CUBEB_NO_EXPORT
#ifdef WIN32
#pragma comment(lib, "winmm.lib")
#pragma comment(lib, "avrt.lib")
#endif
#endif