00001
00015 #ifndef INC_MI32_TEXTRESITEMLIST_H
00016 #define INC_MI32_TEXTRESITEMLIST_H
00017
00018 #ifndef INC_MI32_TEXTRESITEM_H
00019 #include <mi32/textresitem.h>
00020 #endif
00021
00022 #ifndef INC_MI32_MILIST_H
00023 #include <mi32/milist.h>
00024 #endif
00025
00026 #ifdef MISYSTEMDLL
00027 #define CLASSLIBEXPORT MI_DLLCLASSEXPORT
00028 #else
00029 #define CLASSLIBEXPORT MI_DLLCLASSIMPORT
00030 #endif
00031
00032
00033 #if defined(WIN32) && !defined(MISYSTEMDLL) && !defined(NODLLLINKAGE)
00034 #pragma warning(disable:4231)
00035 extern template class CLASSLIBEXPORT MILIST<TEXTRESITEM>;
00036 #pragma warning(default:4231)
00037 #endif
00038
00040
00041
00042 class CLASSLIBEXPORT TEXTRESITEMLIST : public MILIST<TEXTRESITEM> {};
00043
00044 #undef CLASSLIBEXPORT
00045
00046 #endif // INC_MI32_TEXTRESITEMLIST_H