OSDN Git Service

Disable annoying warnings Disable 4018 (signed/unsigned) and 4996 (strcpy etc unsafe...
[tortoisegit/TortoiseGitJp.git] / src / TortoiseGitBlame / TortoiseGitBlame.h
1 \r
2 // TortoiseGitBlame.h : main header file for the TortoiseGitBlame application\r
3 //\r
4 #pragma once\r
5 \r
6 #ifndef __AFXWIN_H__\r
7         #error "include 'stdafx.h' before including this file for PCH"\r
8 #endif\r
9 \r
10 #include "resource.h"       // main symbols\r
11 \r
12 \r
13 // CTortoiseGitBlameApp:\r
14 // See TortoiseGitBlame.cpp for the implementation of this class\r
15 //\r
16 \r
17 class CTortoiseGitBlameApp : public CWinAppEx\r
18 {\r
19 public:\r
20         CTortoiseGitBlameApp();\r
21 \r
22 \r
23 // Overrides\r
24 public:\r
25         virtual BOOL InitInstance();\r
26 \r
27 // Implementation\r
28         UINT  m_nAppLook;\r
29         BOOL  m_bHiColorIcons;\r
30 \r
31         virtual void PreLoadState();\r
32         virtual void LoadCustomState();\r
33         virtual void SaveCustomState();\r
34 \r
35         CString m_Rev;\r
36         afx_msg void OnAppAbout();\r
37         DECLARE_MESSAGE_MAP()\r
38 };\r
39 \r
40 extern CTortoiseGitBlameApp theApp;\r