1 #ifndef MRT_EXPORT_H__
2 #define MRT_EXPORT_H__
3 
4 #include "mrt/export_base.h"
5 
6 #ifndef MRTAPI
7 #	define MRTAPI DLLIMPORT
8 #endif
9 
10 #endif
11