Update minivhd.h
This commit is contained in:
@@ -110,22 +110,22 @@ extern int mvhd_errno;
|
|||||||
/* Shared-library madness. */
|
/* Shared-library madness. */
|
||||||
//#if defined(_WIN32)
|
//#if defined(_WIN32)
|
||||||
//# ifdef STATIC
|
//# ifdef STATIC
|
||||||
# define MVHDAPI /*nothing*/
|
# define MVHDAPI /*nothing*/
|
||||||
//# else
|
//# else
|
||||||
//# ifdef BUILDING_LIBRARY
|
//# ifdef BUILDING_LIBRARY
|
||||||
//# define MVHDAPI __declspec(dllexport)
|
//# define MVHDAPI __declspec(dllexport)
|
||||||
//# else
|
//# else
|
||||||
//# define MVHDAPI __declspec(dllimport)
|
//# define MVHDAPI __declspec(dllimport)
|
||||||
//# endif
|
//# endif
|
||||||
//# endif
|
//# endif
|
||||||
//#elif defined(__GNUC__)
|
//#elif defined(__GNUC__)
|
||||||
//# ifdef BUILDING_LIBRARY
|
//# ifdef BUILDING_LIBRARY
|
||||||
//# define MVHDAPI __attribute__((visibility("default")))
|
//# define MVHDAPI __attribute__((visibility("default")))
|
||||||
//# else
|
//# else
|
||||||
//# define MVHDAPI /*nothing*/
|
//# define MVHDAPI /*nothing*/
|
||||||
//# endif
|
//# endif
|
||||||
//#else
|
//#else
|
||||||
//# define MVHDAPI /*nothing*/
|
//# define MVHDAPI /*nothing*/
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user