16 #define SOM_CDECL extern "C"
18 #define SOM_CDECL extern
22#if !defined(IC_DLLEXPORT)
24# define IC_DLLEXPORT __declspec(dllexport)
25# define IC_DLLIMPORT __declspec(dllimport)
27# if defined(USE_UNIX_VISIBILITY)
28# define IC_DLLEXPORT __attribute__((visibility("default")))
32# define IC_DLLIMPORT IC_DLLEXPORT
36#ifdef LIBSOM_DEFINITIONS
37 #define SOMAPI_CDECL SOM_CDECL IC_DLLEXPORT
39 #define SOMAPI_CDECL SOM_CDECL IC_DLLIMPORT
All rights reserved © 2002 - 2024 Isode Ltd.