OSDN Git Service

Remove the copyright notice and code to handle it. Modify the layout
[xkeymacs/xkeymacs.git] / xkeymacs / xkeymacs.h
1 // xkeymacs.h : main header file for the XKEYMACS application\r
2 //\r
3 \r
4 #if !defined(AFX_XKEYMACS_H__2E65B9CB_5ADB_4C3B_891F_8EFE395FBB2D__INCLUDED_)\r
5 #define AFX_XKEYMACS_H__2E65B9CB_5ADB_4C3B_891F_8EFE395FBB2D__INCLUDED_\r
6 \r
7 #if _MSC_VER > 1000\r
8 #pragma once\r
9 #endif // _MSC_VER > 1000\r
10 \r
11 #ifndef __AFXWIN_H__\r
12         #error include 'stdafx.h' before including this file for PCH\r
13 #endif\r
14 \r
15 #include "resource.h"       // main symbols\r
16 \r
17 /////////////////////////////////////////////////////////////////////////////\r
18 // CXkeymacsApp:\r
19 // See xkeymacs.cpp for the implementation of this class\r
20 //\r
21 \r
22 class CXkeymacsApp : public CWinApp\r
23 {\r
24 public:\r
25         CXkeymacsApp();\r
26 \r
27 // Overrides\r
28         // ClassWizard generated virtual function overrides\r
29         //{{AFX_VIRTUAL(CXkeymacsApp)\r
30         public:\r
31         virtual BOOL InitInstance();\r
32         virtual int ExitInstance();\r
33         //}}AFX_VIRTUAL\r
34 \r
35 // Implementation\r
36         //{{AFX_MSG(CXkeymacsApp)\r
37                 // NOTE - the ClassWizard will add and remove member functions here.\r
38                 //    DO NOT EDIT what you see in these blocks of generated code !\r
39         //}}AFX_MSG\r
40         BOOL IsWow64();\r
41         BOOL SendIPCMessage(DWORD msg);\r
42         BOOL Create64bitProcess();\r
43         DECLARE_MESSAGE_MAP()\r
44 private:\r
45         HANDLE m_hMutex;\r
46         BOOL m_bIsWow64;\r
47 };\r
48 \r
49 //{{AFX_INSERT_LOCATION}}\r
50 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.\r
51 \r
52 #endif // !defined(AFX_XKEYMACS_H__2E65B9CB_5ADB_4C3B_891F_8EFE395FBB2D__INCLUDED_)\r