00001 00002 #ifndef __RBD_API_h__ 00003 #define __RBD_API_h__ 00004 00005 #include <SYS/SYS_Visibility.h> 00006 00007 #ifdef EXPORT_RBD 00008 #define RBD_API SYS_VISIBILITY_EXPORT 00009 #else 00010 #define RBD_API SYS_VISIBILITY_IMPORT 00011 #endif 00012 00013 #endif
1.5.9