Develop and Download Open Source Software

Browse Subversion Repository

Contents of /WinCS/WinCS.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: 538 byte(s)


1 #pragma once
2
3 #ifndef __AFXWIN_H__
4 #error "stdafx.h include"
5 #endif
6
7 #include "resource.h"
8 #include "StartupOption.h"
9
10 //////////////////////////////////////////////////////////////////////////
11
12 class CWinCSApp : public CWinApp
13 {
14 public:
15 CWinCSApp();
16
17 protected:
18 DECLARE_MESSAGE_MAP()
19 virtual BOOL InitInstance();
20
21 BOOL SingleStartup();
22 BOOL SetProfilePath();
23
24 private:
25 CStartupOption m_Startup;
26 };
27
28 extern CWinCSApp theApp;
29
30 //////////////////////////////////////////////////////////////////////////

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