Go to the documentation of this file.
4 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
5 #define US_EXPORT __declspec(dllexport)
6 #define US_IMPORT __declspec(dllimport)
8 #if defined(US_MAKE_UTIL_DLL)
9 #define US_UTIL_EXTERN US_EXPORT
11 #define US_UTIL_EXTERN US_IMPORT
14 #if defined(US_MAKE_GUI_DLL)
15 #define US_GUI_EXTERN US_EXPORT
17 #define US_GUI_EXTERN US_IMPORT
20 #if defined(US_MAKE_DLL)
21 #if !defined(US_GUI_EXTERN)
22 #define US_GUI_EXTERN US_EXPORT
24 #if !defined(US_UTIL_EXTERN)
25 #define US_UTIL_EXTERN US_EXPORT
27 #define US_EXTERN US_EXPORT
29 #if !defined(US_GUI_EXTERN)
30 #define US_GUI_EXTERN US_IMPORT
32 #if !defined(US_UTIL_EXTERN)
33 #define US_UTIL_EXTERN US_IMPORT
35 #define US_EXTERN US_IMPORT
39 #if !defined(US_EXPORT)
43 #if !defined(US_IMPORT)
47 #if !defined(US_UTIL_EXTERN)
48 #define US_UTIL_EXTERN
51 #if !defined(US_GUI_EXTERN)