diff options
Diffstat (limited to 'AmpelJonas/stdafx.h')
-rw-r--r-- | AmpelJonas/stdafx.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/AmpelJonas/stdafx.h b/AmpelJonas/stdafx.h index 9c52c37..986bfde 100644 --- a/AmpelJonas/stdafx.h +++ b/AmpelJonas/stdafx.h @@ -1,6 +1,6 @@ -// stdafx.h: Includedatei für Standardsystem-Includedateien -// oder häufig verwendete projektspezifische Includedateien, -// die nur in unregelmäßigen Abständen geändert werden. +// stdafx.h: Includedatei f�r Standardsystem-Includedateien +// oder h�ufig verwendete projektspezifische Includedateien, +// die nur in unregelm��igen Abst�nden ge�ndert werden. // #pragma once @@ -8,7 +8,11 @@ #include <stdio.h> #include <iostream> + +#ifdef _WIN32 #include <tchar.h> +#endif + #include <vector> @@ -21,4 +25,4 @@ #include "cCar.h" #include "cPeasant.h" -using namespace std;
\ No newline at end of file +using namespace std; |