Drop TGit custom sounds and use system sounds instead
[TortoiseGit.git] / test / Cache / stdafx.h
blobb9cae9496e30401d728323e8686f50ad7c224c65
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 #define _AFX_ALL_WARNINGS
12 #include <afxwin.h> // MFC core and standard components
13 #include <afxext.h> // MFC extensions
15 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
16 #ifndef _AFX_NO_AFXCMN_SUPPORT
17 #include <afxcmn.h> // MFC support for Windows Common Controls
18 #endif // _AFX_NO_AFXCMN_SUPPORT
19 #include <afxdlgs.h>
20 #include <afxctl.h>
21 #include <afxtempl.h>
22 #include <afxmt.h>
24 #include <tchar.h>
25 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
27 #include <atlbase.h>
29 #include <conio.h>
31 #define CSTRING_AVAILABLE
33 using namespace ATL;
35 #include <string>
36 #include <vector>
37 #include <map>
38 #include <algorithm>
39 #include <deque>
40 #include <functional>
42 #pragma warning(push)
43 #include "git2.h"
44 #pragma warning(pop)
45 #include "SmartLibgit2Ref.h"
47 #include "DebugOutput.h"
49 typedef CComCritSecLock<CComAutoCriticalSection> AutoLocker;