cdecl.h
1/* Copyright (c) 2005-2009, Isode Limited, London, England.
2 * All rights reserved.
3 *
4 * Acquisition and use of this software and related materials for any
5 * purpose requires a written licence agreement from Isode Limited,
6 * or a written licence from an organisation licenced by Isode Limited
7 * to grant such a licence.
8 *
9 */
10
11/*
12 *
13 * cdecl.h
14 *
15 * Definitions for external symbols etc.
16 *
17 * @VERSION@
18 */
19
20
21#include <isode/base/compat.h>
22
23#ifdef LIBEVENTSVC
24# define EVENTSVC_DLL IC_DLLEXPORT
25#else
26# define EVENTSVC_DLL IC_DLLIMPORT
27#endif

All rights reserved © 2002 - 2024 Isode Ltd.