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

图形图象

开发平台:

Visual C++

  1. // standard.h : main header file for the STANDARD DLL
  2. //
  3. #if !defined(AFX_STANDARD_H__CBFB1106_ED24_11D2_955D_8422F5C00000__INCLUDED_)
  4. #define AFX_STANDARD_H__CBFB1106_ED24_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. #define   UPDATE_ONE      1
  13. #define   UPDATE_TWO      2
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CStandardApp
  16. // See standard.cpp for the implementation of this class
  17. //
  18. #include "StdDoc.h"
  19. #include "StdView.h"
  20. #include "ChildFrame.h"
  21. typedef struct Info
  22. {
  23. int  m_iID;
  24. int  m_iPin;
  25. }WNDINFO;
  26. typedef int TemplateFunc(CDocTemplate** pDocTemplate);
  27. typedef int GetModuleInfo(int *iID, CString* nickname);
  28.  
  29. /////////////////////////////////////////////////////////////////////////////
  30. //{{AFX_INSERT_LOCATION}}
  31. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  32. #endif // !defined(AFX_STANDARD_H__CBFB1106_ED24_11D2_955D_8422F5C00000__INCLUDED_)