25#ifndef ISODE_DSAPI_CDECL_H
26#define ISODE_DSAPI_CDECL_H
29 #define DSAPI_CDECL extern "C"
31 #define DSAPI_CDECL extern
36#ifndef ISODE_STATIC_LIBRARY_WINDOWS
37#define IC_DLLEXPORT __declspec(dllexport)
38#define IC_DLLIMPORT __declspec(dllimport)
50# define LIBDSAPI_CDECL DSAPI_CDECL IC_DLLEXPORT
52# define LIBDSAPI_CDECL DSAPI_CDECL IC_DLLIMPORT
57 #define DSAPI_DEPRECATED __attribute__ ((deprecated))
61 #define DSAPI_DEPRECATED
All rights reserved © 2002 - 2024 Isode Ltd.