|
@@ -33,8 +33,10 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
|
|
|
|
#ifdef WINDOWS
|
|
#ifdef WINDOWS
|
|
|
#define CE_EXPORT __declspec(dllexport)
|
|
#define CE_EXPORT __declspec(dllexport)
|
|
|
|
|
+ #define CE_INLINE __inline
|
|
|
#else
|
|
#else
|
|
|
#define CE_EXPORT __attribute__ ((visibility("default")))
|
|
#define CE_EXPORT __attribute__ ((visibility("default")))
|
|
|
|
|
+ #define CE_INLINE inline
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef NULL
|
|
#ifndef NULL
|