Loading...
Searching...
No Matches
Go to the documentation of this file.
3#if defined(_WIN32) || defined(_WIN64)
5 #define EHS_FILE __FILE__
6 #define EHS_FUNC __FUNCTION__
7 #define EHS_LINE __LINE__
9 #if defined(EHS_LIB_EXPORT)
10 #define EHS_LIB_IO __declspec(dllexport)
11 #elif defined(EHS_LIB_IMPORT)
12 #define EHS_LIB_IO __declspec(dllimport)
21 #ifndef WIN32_LEAN_AND_MEAN
22 #define WIN32_LEAN_AND_MEAN
28#elif defined(__linux__)
30 #define EHS_FILE __FILE__
31 #define EHS_FUNC __FUNCTION__
32 #define EHS_LINE __LINE__