/// DbitePlayer config header file /// /// @date created 2012/02/11 - 21:26 /// @author Marek Kurdej /// @version $Id: $ #ifndef DBITEPLAYERCONFIG_H #define DBITEPLAYERCONFIG_H // Export macro for DbitePlayer DLL for Windows only #ifdef WIN32 # ifdef DBITE_PLAYER_EXPORTS // make DLL # define DBITE_PLAYER_API __declspec(dllexport) # else // use DLL # define DBITE_PLAYER_API __declspec(dllimport) # endif #else // On other platforms, simply ignore this # define DBITE_PLAYER_API #endif #endif // DBITEPLAYERCONFIG_H