00001
00054 #if !defined(__IX_SYMBOLS_H__)
00055 #define __IX_SYMBOLS_H__
00056
00057
00058 #if defined(__cplusplus)
00059 extern "C"
00060 {
00061 #endif
00062
00069 #if (_IX_OS_TYPE_ == _IX_OS_WIN32_)
00070 # if defined(_IX_LIB_INTERFACE_IMPLEMENTATION_)
00071 # define IX_EXPORT_FUNCTION __declspec( dllexport )
00072 # elif defined(_IX_LIB_INTERFACE_IMPORT_DLL_)
00073 # define IX_EXPORT_FUNCTION __declspec( dllimport )
00074 # else
00075 # define IX_EXPORT_FUNCTION extern
00076 # endif
00077 #else
00078 # define IX_EXPORT_FUNCTION extern
00079 #endif
00080
00081
00085 #define _IX_MULTI_THREADED_ 1
00086
00087
00092
00093
00094 #if defined(__cplusplus)
00095 }
00096 #endif
00097
00098 #endif