AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LibCardEvent.h
Go to the documentation of this file.
1 #ifndef __LIBCARDEVENT_H
2 #define __LIBCARDEVENT_H
3 
4 #ifndef DLL_IMPORT
5  #ifndef __LINUX__
6  #ifdef CARDEVENT_EXPORTS
7  #ifdef _MANAGED
8  #define LIBCARDEVENT_API
9  #else
10  #define LIBCARDEVENT_API __declspec(dllexport)
11  #endif
12  #else
13  #define LIBCARDEVENT_API __declspec(dllimport)
14  #endif
15  #else
16  #define LIBCARDEVENT_API
17  #endif
18 #else
19  #define LIBCARDEVENT_API
20 #endif
21 
22 #endif //__LIBCARDEVENT_H