Externals/cubeb: add Visual Studio build files

This commit is contained in:
Michael Maltese
2017-04-13 19:11:59 -07:00
parent 812520cc65
commit 17f4413143
8 changed files with 170 additions and 2 deletions

7
Externals/cubeb/msvc/cubeb_export.h vendored Normal file
View File

@ -0,0 +1,7 @@
#ifndef CUBEB_EXPORT_H
#define CUBEB_EXPORT_H
#define CUBEB_EXPORT
#define CUBEB_NO_EXPORT
#endif