2025-11-28 00:35:46 +09:00

57 lines
1.5 KiB
C++

// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved.
#include "comadmin.h"
#if !defined(AFX_VCEXPLORE_H__12723F25_B2F5_11D2_86A1_000000000000__INCLUDED_)
#define AFX_VCEXPLORE_H__12723F25_B2F5_11D2_86A1_000000000000__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CVCExploreApp:
// See VCExplore.cpp for the implementation of this class
//
class CVCExploreApp : public CWinApp
{
public:
CVCExploreApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVCExploreApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CVCExploreApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VCEXPLORE_H__12723F25_B2F5_11D2_86A1_000000000000__INCLUDED_)