Go to the documentation of this file.
8 #define UT_API SYS_VISIBILITY_EXPORT
9 #define UT_API_TMPL SYS_VISIBILITY_EXPORT_TMPL
10 #define UT_API_TINST SYS_VISIBILITY_EXPORT_TINST
11 #define UT_EXTERN_TEMPLATE(CLASS_) SYS_VISIBILITY_EXPORT_EXTERN_TEMPLATE(CLASS_)
13 #define UT_API SYS_VISIBILITY_IMPORT
14 #define UT_API_TMPL SYS_VISIBILITY_IMPORT_TMPL
15 #define UT_API_TINST SYS_VISIBILITY_IMPORT_TINST
16 #define UT_EXTERN_TEMPLATE(CLASS_) SYS_VISIBILITY_IMPORT_EXTERN_TEMPLATE(CLASS_)
22 #error "You must compile with MS Visual C++ .NET 2003"
25 #error "You must compile with the /TP switch (C++ Compilation)"
28 #error "You must compile with the /MD or /MT switch (Multithreaded CRT)"
31 #error "You must compile with the /GX switch (Exception Handling)"
34 #error "You must compile with the /GR switch (RTTI)"
37 #error "You must define WIN32"
40 #ifndef SESI_LITTLE_ENDIAN
41 #error "You must define SESI_LITTLE_ENDIAN for IX86 compilation"