You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|