Use static method
[TortoiseGit.git] / src / TortoiseIDiff / stdafx.h
blobe3efc7a5f89dc3d4cd6519f2ca624a68a80afe15
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 // Modify the following defines if you have to target a platform prior to the ones specified below.
9 // Refer to MSDN for the latest info on corresponding values for different platforms.
10 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
12 #include "../targetver.h"
14 // Windows Header Files:
15 #include <windows.h>
17 // C RunTime Header Files
18 #include <stdlib.h>
19 #include <malloc.h>
20 #include <memory.h>
21 #include <tchar.h>
22 #include <comdef.h>
24 #include "MyMemDC.h"
26 #ifdef _WIN64
27 # define APP_X64_STRING "x64"
28 #else
29 # define APP_X64_STRING ""
30 #endif