1 //#**************************************************************
2 //# filename:             StdAfx.h
3 //#
4 //# author:               Yury Vetyukov
5 //#
6 //# generated:						2003
7 //# description:
8 //# remarks:
9 //#
10 //# Copyright (c) 2003-2013 Johannes Gerstmayr, Linz Center of Mechatronics GmbH, Austrian
11 //# Center of Competence in Mechatronics GmbH, Institute of Technical Mechanics at the
12 //# Johannes Kepler Universitaet Linz, Austria. All rights reserved.
13 //#
14 //# This file is part of HotInt.
15 //# HotInt is free software: you can redistribute it and/or modify it under the terms of
16 //# the HOTINT license. See folder 'licenses' for more details.
17 //#
18 //# bug reports are welcome!!!
19 //# WWW:		www.hotint.org
20 //# email:	bug_reports@hotint.org or support@hotint.org
21 //#***************************************************************************************
22 
23 #if !defined(AFX_STDAFX_H__9BDA7AB7_C1B2_4BE5_B698_A6AEA9C7D94D__INCLUDED_)
24 #define AFX_STDAFX_H__9BDA7AB7_C1B2_4BE5_B698_A6AEA9C7D94D__INCLUDED_
25 
26 #if _MSC_VER > 1000
27 #pragma once
28 #endif // _MSC_VER > 1000
29 
30 
31 // F�gen Sie hier Ihre Header-Dateien ein
32 #define WIN32_LEAN_AND_MEAN		// Selten benutzte Teile der Windows-Header nicht einbinden
33 
34 #include <windows.h>
35 
36 // ZU ERLEDIGEN: Verweisen Sie hier auf zus�tzliche Header-Dateien, die Ihr Programm ben�tigt
37 
38 //{{AFX_INSERT_LOCATION}}
39 // Microsoft Visual C++ f�gt zus�tzliche Deklarationen unmittelbar vor der vorherigen Zeile ein.
40 
41 #endif // !defined(AFX_STDAFX_H__9BDA7AB7_C1B2_4BE5_B698_A6AEA9C7D94D__INCLUDED_)
42