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