AppCore
Loading...
Searching...
No Matches
EMPrinterTemplate.h
Go to the documentation of this file.
1#ifndef __EM_PRINER_TEMPLATE__
2#define __EM_PRINER_TEMPLATE__
3
4#ifndef DLL_IMPORT
5 #ifndef __LINUX__
6 #ifdef EMPRINTERTEMPLATE_EXPORTS
7 #define EMPRINTERTEMPLATE_API __declspec(dllexport)
8 #else
9 #define EMPRINTERTEMPLATE_API __declspec(dllimport)
10 #endif
11 #else
12 #define EMPRINTERTEMPLATE_API
13 #endif
14#else
15 #define EMPRINTERTEMPLATE_API
16#endif
17
18#endif // __EM_PRINER_TEMPLATE__