OSDN Git Service

Add Show Whole Project Checkbox at commitdlg.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseUDiff / stdafx.h
1 // stdafx.h : include file for standard system include files,\r
2 // or project specific include files that are used frequently, but\r
3 // are changed infrequently\r
4 //\r
5 \r
6 #pragma once\r
7 \r
8 // Modify the following defines if you have to target a platform prior to the ones specified below.\r
9 // Refer to MSDN for the latest info on corresponding values for different platforms.\r
10 #ifndef WINVER                          // Allow use of features specific to Windows XP or later.\r
11 #define WINVER 0x0501           // Change this to the appropriate value to target other versions of Windows.\r
12 #endif\r
13 \r
14 #ifndef _WIN32_WINNT            // Allow use of features specific to Windows XP or later.                   \r
15 #define _WIN32_WINNT 0x0501     // Change this to the appropriate value to target other versions of Windows.\r
16 #endif                                          \r
17 \r
18 #ifndef _WIN32_WINDOWS          // Allow use of features specific to Windows 98 or later.\r
19 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.\r
20 #endif\r
21 \r
22 #ifndef _WIN32_IE                       // Allow use of features specific to IE 6.0 or later.\r
23 #define _WIN32_IE 0x0600        // Change this to the appropriate value to target other versions of IE.\r
24 #endif\r
25 \r
26 #define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers\r
27 // Windows Header Files:\r
28 #include <windows.h>\r
29 \r
30 // C RunTime Header Files\r
31 #include <stdlib.h>\r
32 #include <malloc.h>\r
33 #include <memory.h>\r
34 #include <tchar.h>\r
35 \r
36 \r
37 #define COMMITMONITOR_FINDMSGPREV       (WM_APP+1)\r
38 #define COMMITMONITOR_FINDMSGNEXT       (WM_APP+2)\r
39 #define COMMITMONITOR_FINDEXIT          (WM_APP+3)\r
40 #define COMMITMONITOR_FINDRESET                 (WM_APP+4)\r