Provide (experimental) clang-format file
[TortoiseGit.git] / src / TortoiseUDiff / stdafx.h
blobba9c2c0ac6878e4dd087a353ab4da957f07d4400
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
6 #pragma once
8 #include "../targetver.h"
10 // Windows Header Files:
11 #include <windows.h>
13 // C RunTime Header Files
14 #include <stdlib.h>
15 #include <malloc.h>
16 #include <memory.h>
17 #include <tchar.h>
19 #include <windows.h>
20 #include <Commdlg.h>
21 #include <emmintrin.h>
23 #define COMMITMONITOR_FINDMSGPREV (WM_APP+1)
24 #define COMMITMONITOR_FINDMSGNEXT (WM_APP+2)
25 #define COMMITMONITOR_FINDEXIT (WM_APP+3)
26 #define COMMITMONITOR_FINDRESET (WM_APP+4)
28 #ifdef _WIN64
29 # define APP_X64_STRING "x64"
30 #else
31 # define APP_X64_STRING ""
32 #endif