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.
 
 
 
 
 
 

18 lines
318 B

// 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);
};