Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
770 B

  1. /*************************************************
  2. * about.cpp *
  3. * *
  4. * Copyright (C) 1995-1999 Microsoft Inc. *
  5. * *
  6. *************************************************/
  7. #include "stdafx.h"
  8. #include "cblocks.h"
  9. #include "about.h"
  10. CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
  11. {
  12. //{{AFX_DATA_INIT(CAboutDlg)
  13. //}}AFX_DATA_INIT
  14. }
  15. void CAboutDlg::DoDataExchange(CDataExchange* pDX)
  16. {
  17. CDialog::DoDataExchange(pDX);
  18. //{{AFX_DATA_MAP(CAboutDlg)
  19. //}}AFX_DATA_MAP
  20. }
  21. BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
  22. //{{AFX_MSG_MAP(CAboutDlg)
  23. // No message handlers
  24. //}}AFX_MSG_MAP
  25. END_MESSAGE_MAP()