mirror of https://github.com/tongzx/nt5src
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
22 lines
634 B
// HealthmonSnapinAbout.h: interface for the CHealthmonSnapinAbout class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#if !defined(AFX_HEALTHMONSNAPINABOUT_H__FD7193F9_AB16_11D2_BD62_0000F87A3912__INCLUDED_)
|
|
#define AFX_HEALTHMONSNAPINABOUT_H__FD7193F9_AB16_11D2_BD62_0000F87A3912__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
#include "SnapinAbout.h"
|
|
|
|
class CHealthmonSnapinAbout : public CSnapinAbout
|
|
{
|
|
public:
|
|
CHealthmonSnapinAbout();
|
|
virtual ~CHealthmonSnapinAbout();
|
|
|
|
};
|
|
|
|
#endif // !defined(AFX_HEALTHMONSNAPINABOUT_H__FD7193F9_AB16_11D2_BD62_0000F87A3912__INCLUDED_)
|