repo.or.cz
/
TortoiseGit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add tests
[TortoiseGit.git]
/
src
/
ResText
/
stdafx.h
blob
407be35afb7e4c8b94b13f6959ccd4f6da69c852
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
//
5
6
#pragma once
7
8
#pragma warning(push)
9
#include <iostream>
10
#include <tchar.h>
11
#include <windows.h>
12
#pragma warning(pop)