00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef _RM_MFC_UTILITIES_TYPES_H_
00014 #define _RM_MFC_UTILITIES_TYPES_H_
00015
00016 #include <afx.h>
00017 #include <afxwin.h>
00018 #include <afxext.h>
00019 #include <afxcmn.h>
00020 #include <afxres.h>
00021 #include <afxtempl.h>
00022
00023 #include <Core/RmCore.h>
00024 #include <Utilities/RmUtilities.h>
00025
00026 #ifdef RMMFCUTILITIES_EXPORTS
00027 #define RMMFCUTIL_API RM_API_EXPORT
00028 #else
00029 #define RMMFCUTIL_API RM_API_IMPORT
00030 #endif
00031
00032 #include <MFCUtilities/RmMFCTypes.h>
00033
00034 #endif // __RmMFCTypes_h__