Fix typos
[TortoiseGit.git] / src / SshAskPass / stdafx.h
blob83acab5b387c49a42c2ad747d85d308c44d41439
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 <SDKDDKVer.h>
10 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
12 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
14 // turns off MFC's hiding of some common and often safely ignored warning messages
15 #define _AFX_ALL_WARNINGS
17 #include <afxwin.h> // MFC core and standard components
19 #include "SmartHandle.h"
21 #include "DebugOutput.h"
23 #include <string>