25#ifndef ISODE_DSAPI_CDECL_H
26#define ISODE_DSAPI_CDECL_H
29 #define DSAPI_CDECL extern "C"
31 #define DSAPI_CDECL extern
35#if !defined(IC_DLLEXPORT)
37# if !defined(ISODE_STATIC_LIBRARY_WINDOWS)
38# define IC_DLLEXPORT __declspec(dllexport)
39# define IC_DLLIMPORT __declspec(dllimport)
42# if defined(USE_UNIX_VISIBILITY)
43# define IC_DLLEXPORT __attribute__((visibility("default")))
47# define IC_DLLIMPORT IC_DLLEXPORT
52# define LIBDSAPI_CDECL DSAPI_CDECL IC_DLLEXPORT
54# define LIBDSAPI_CDECL DSAPI_CDECL IC_DLLIMPORT
59 #define DSAPI_DEPRECATED __attribute__ ((deprecated))
63 #define DSAPI_DEPRECATED
All rights reserved © 2002 - 2024 Isode Ltd.