Fixed issue #1372: Support git pull --no-tags
[TortoiseGit.git] / src / ResText / stdafx.h
blob78c90657a6804a115ec34a79c9b952645a5a946e
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 #pragma warning(disable: 4702) // Unreachable code warnings in xtree
10 #include <iostream>
11 #include <tchar.h>
12 #include <windows.h>
13 #pragma warning(pop)