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.

22 lines
634 B

  1. // HealthmonSnapinAbout.h: interface for the CHealthmonSnapinAbout class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_HEALTHMONSNAPINABOUT_H__FD7193F9_AB16_11D2_BD62_0000F87A3912__INCLUDED_)
  5. #define AFX_HEALTHMONSNAPINABOUT_H__FD7193F9_AB16_11D2_BD62_0000F87A3912__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "SnapinAbout.h"
  10. class CHealthmonSnapinAbout : public CSnapinAbout
  11. {
  12. public:
  13. CHealthmonSnapinAbout();
  14. virtual ~CHealthmonSnapinAbout();
  15. };
  16. #endif // !defined(AFX_HEALTHMONSNAPINABOUT_H__FD7193F9_AB16_11D2_BD62_0000F87A3912__INCLUDED_)