Fixed issue #2219: "add cherry picked from" is not applied when squashing/editing...
[TortoiseGit.git] / src / ResText / stdafx.h
blob407be35afb7e4c8b94b13f6959ccd4f6da69c852
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 #pragma warning(push)
9 #include <iostream>
10 #include <tchar.h>
11 #include <windows.h>
12 #pragma warning(pop)