From 8c81604b5a22a72885ff5d6270a251172fa90319 Mon Sep 17 00:00:00 2001 From: jonas Date: Fri, 7 Dec 2018 12:16:48 +0100 Subject: Started port to linux NON-Working --- AmpelJonas/stdafx.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'AmpelJonas/stdafx.h') 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 #include + +#ifdef _WIN32 #include +#endif + #include @@ -21,4 +25,4 @@ #include "cCar.h" #include "cPeasant.h" -using namespace std; \ No newline at end of file +using namespace std; -- cgit v1.2.3