d.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. //Download by http://www.NewXing.com
  2. // d.h : main header file for the D application
  3. //
  4. #if !defined(AFX_D_H__E3B53200_49DD_47BF_85A9_0F4C7DADFBFD__INCLUDED_)
  5. #define AFX_D_H__E3B53200_49DD_47BF_85A9_0F4C7DADFBFD__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #ifndef __AFXWIN_H__
  10. #error include 'stdafx.h' before including this file for PCH
  11. #endif
  12. #include "resource.h" // main symbols
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CDApp:
  15. // See d.cpp for the implementation of this class
  16. //
  17. class CDApp : public CWinApp
  18. {
  19. public:
  20. CString OSVer();
  21. CDApp();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDApp)
  25. public:
  26. virtual BOOL InitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. //{{AFX_MSG(CDApp)
  30. // NOTE - the ClassWizard will add and remove member functions here.
  31. // DO NOT EDIT what you see in these blocks of generated code !
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_D_H__E3B53200_49DD_47BF_85A9_0F4C7DADFBFD__INCLUDED_)