Do not include a dot/slash/colon/questionmark/semicolon after URLs into the link...
[TortoiseGit.git] / contrib / issue-tracker-plugins / ExampleAtlPlugin / stdafx.h
blobde9e721cb24c5445e118242b1e45bc3924a4c5c0
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently,
3 // but are changed infrequently
5 #pragma once
7 #ifndef STRICT
8 #define STRICT
9 #endif
11 #include "targetver.h"
13 #define _ATL_APARTMENT_THREADED
14 #define _ATL_NO_AUTOMATIC_NAMESPACE
16 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
18 #include "resource.h"
19 #include <atlbase.h>
20 #include <atlcom.h>
21 #include <atlctl.h>
22 #include <atlstr.h>
24 #include <map>
26 using namespace ATL;