29 #ifndef _CEGUICoronaImageCodec_h_
30 #define _CEGUICoronaImageCodec_h_
31 #include "../../ImageCodec.h"
33 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI_STATIC)
34 # ifdef CEGUICORONAIMAGECODEC_EXPORTS
35 # define CEGUICORONAIMAGECODEC_API __declspec(dllexport)
37 # define CEGUICORONAIMAGECODEC_API __declspec(dllimport)
40 # define CEGUICORONAIMAGECODEC_API
64 #endif // end of guard _CEGUICoronaImageCodec_h_