XMLGUIMacro.h
上传用户:kj0090
上传日期:2007-03-02
资源大小:39k
文件大小:1k
- /***********************************************************************
- *
- * This module is part of the XMLGUI system
- *
- * File name: XMLGUIMacro.h
- *
- * Creation date: [1 APRIL 2001]
- *
- * Author(s): [Kolosenko Ruslan]
- *
- * Description: Declares macroses for DLL exports
- *
- **********************************************************************/
- #ifndef _XMLGUI
- #define XMLGUI_EXT_CLASS __declspec(dllimport)
- #else
- #define XMLGUI_EXT_CLASS __declspec(dllexport)
- #endif
- // common includes for COM wrappers
- #include <comdef.h>