XMLGUIMacro.h
上传用户:kj0090
上传日期:2007-03-02
资源大小:39k
文件大小:1k
源码类别:

xml/soap/webservice

开发平台:

C/C++

  1. /***********************************************************************
  2. *
  3. * This module is part of the XMLGUI system 
  4. *
  5. * File name:       XMLGUIMacro.h
  6. *
  7. * Creation date:   [1 APRIL 2001] 
  8. *
  9. * Author(s):       [Kolosenko Ruslan]
  10. *
  11. * Description:     Declares macroses for DLL exports
  12. *
  13. **********************************************************************/
  14. #ifndef _XMLGUI
  15. #define XMLGUI_EXT_CLASS __declspec(dllimport)
  16. #else
  17. #define XMLGUI_EXT_CLASS __declspec(dllexport)
  18. #endif
  19. // common includes for COM wrappers
  20. #include <comdef.h>