Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Plugin/PluginApp.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations) (download) (as text)
Wed Feb 10 18:21:00 2010 UTC (14 years ago) by sho1get
File MIME type: text/x-chdr
File size: 460 byte(s)


1 #pragma once
2
3 #ifndef __AFXWIN_H__
4 #error "PCH に対してこのファイルをインクルードする前に 'stdafx.h' をインクルードしてください"
5 #endif
6
7 #include "resource.h"
8
9 //////////////////////////////////////////////////////////////////////////
10
11 class CPluginApp : public CWinApp
12 {
13 public:
14 CPluginApp();
15
16 public:
17 virtual BOOL InitInstance();
18
19 DECLARE_MESSAGE_MAP()
20 };
21
22 //////////////////////////////////////////////////////////////////////////

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26