#ifndef WSFS_ADAPTER_API_H #define WSFS_ADAPTER_API_H #ifndef WSFS_API #define WSFS_API #endif #ifndef WSFS_EXPORT #ifdef __GNUC__ #define WSFS_EXPORT __attribute__ ((visibility ("default"))) #else #define WSFS_EXPORT #endif #endif #endif