windows-nt/Source/XPSP1/NT/enduser/stuff/hhctrl/onclick.h

19 lines
318 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// Copyright 1996-1997 Microsoft Corporation. All Rights Reserved.
#ifndef _HHCTRL_H_
#include "hhctrl.h"
#endif
#ifndef _CDLG_H_
#include "cdlg.h"
#endif
class CAboutBox : public CDlg
{
public:
CAboutBox(CHtmlHelpControl* phhCtrl)
: CDlg(phhCtrl, IDDLG_ABOUTBOX) { };
BOOL OnBeginOrEnd(void);
};