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.
15 lines
309 B
15 lines
309 B
// StubExe.h - Define the class for
|
|
//
|
|
// Copyright (c) 1998-1999 Microsoft Corporation
|
|
|
|
#include <afxwin.h>
|
|
|
|
extern const CLSID CLSID_SystemInfo;
|
|
extern const IID IID_ISystemInfo;
|
|
|
|
class CMSInfoApp : public CWinApp {
|
|
BOOL InitInstance();
|
|
BOOL RunMSInfoInHelpCtr();
|
|
};
|
|
|
|
CMSInfoApp theApp;
|