OSDN Git Service

Change Dir Structure to be same as TortoiseSVN'
[tortoisegit/TortoiseGitJp.git] / src / TortoiseUDiff / stdafx.h
diff --git a/src/TortoiseUDiff/stdafx.h b/src/TortoiseUDiff/stdafx.h
new file mode 100644 (file)
index 0000000..73823ba
--- /dev/null
@@ -0,0 +1,40 @@
+// stdafx.h : include file for standard system include files,\r
+// or project specific include files that are used frequently, but\r
+// are changed infrequently\r
+//\r
+\r
+#pragma once\r
+\r
+// Modify the following defines if you have to target a platform prior to the ones specified below.\r
+// Refer to MSDN for the latest info on corresponding values for different platforms.\r
+#ifndef WINVER                         // Allow use of features specific to Windows XP or later.\r
+#define WINVER 0x0501          // Change this to the appropriate value to target other versions of Windows.\r
+#endif\r
+\r
+#ifndef _WIN32_WINNT           // Allow use of features specific to Windows XP or later.                   \r
+#define _WIN32_WINNT 0x0501    // Change this to the appropriate value to target other versions of Windows.\r
+#endif                                         \r
+\r
+#ifndef _WIN32_WINDOWS         // Allow use of features specific to Windows 98 or later.\r
+#define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.\r
+#endif\r
+\r
+#ifndef _WIN32_IE                      // Allow use of features specific to IE 6.0 or later.\r
+#define _WIN32_IE 0x0600       // Change this to the appropriate value to target other versions of IE.\r
+#endif\r
+\r
+#define WIN32_LEAN_AND_MEAN            // Exclude rarely-used stuff from Windows headers\r
+// Windows Header Files:\r
+#include <windows.h>\r
+\r
+// C RunTime Header Files\r
+#include <stdlib.h>\r
+#include <malloc.h>\r
+#include <memory.h>\r
+#include <tchar.h>\r
+\r
+\r
+#define COMMITMONITOR_FINDMSGPREV       (WM_APP+1)\r
+#define COMMITMONITOR_FINDMSGNEXT       (WM_APP+2)\r
+#define COMMITMONITOR_FINDEXIT          (WM_APP+3)\r
+#define COMMITMONITOR_FINDRESET                        (WM_APP+4)\r