#ifndef __FBUS_H__ #define __FBUS_H__ #include #if defined(_MSC_VER) #define FDLL_EXPORT __declspec(dllimport) #else #define FDLL_EXPORT #endif #include #include #include #endif // __FBUS_H__