Fixed issue #3602: Make it possible to select multiple old commit messages from log...
[TortoiseGit.git] / src / ResText / stdafx.h
blob8ab3a47a4a8d29efb00e631b0f947681bd41bf2e
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 <windows.h>
11 #pragma warning(pop)