mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-12-02 18:45:41 +00:00
13 lines
188 B
C
13 lines
188 B
C
#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
|