Go to the documentation of this file.
23 #ifndef __MUSICBRAINZ3_DEFINES_H__
24 #define __MUSICBRAINZ3_DEFINES_H__
27 # pragma warning (disable : 4251)
31 # ifdef MB_API_EXPORTS
32 # define MB_API __declspec(dllexport)
34 # define MB_API __declspec(dllimport)
37 # ifdef GCC_HASCLASSVISIBILITY
38 # define MB_API __attribute__ ((visibility("default")))