dep: Add cubeb
This commit is contained in:
12
dep/cubeb/include/cubeb/cubeb_export.h
Normal file
12
dep/cubeb/include/cubeb/cubeb_export.h
Normal 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
|
||||
Reference in New Issue
Block a user