ebdlib1.h
上传用户:kelijie
上传日期:2007-01-01
资源大小:123k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. // ebdlib1.h : main header file for the EBDLIB1 DLL
  2. //
  3. #if !defined(AFX_EBDLIB1_H__0564BEA6_ED2F_11D2_955D_8422F5C00000__INCLUDED_)
  4. #define AFX_EBDLIB1_H__0564BEA6_ED2F_11D2_955D_8422F5C00000__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CEbdlib1App
  14. // See ebdlib1.cpp for the implementation of this class
  15. //
  16. #include "RdDoc.h"
  17. #include "RdView.h"
  18. #include "RdFrame.h"
  19. extern "C"  
  20. {
  21.       _declspec(dllexport) TemplateFunc   InitTemplate;
  22.       _declspec(dllexport) GetModuleInfo  GetModuleData;
  23. }
  24. /////////////////////////////////////////////////////////////////////////////
  25. //{{AFX_INSERT_LOCATION}}
  26. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  27. #endif // !defined(AFX_EBDLIB1_H__0564BEA6_ED2F_11D2_955D_8422F5C00000__INCLUDED_)