ddc
StdRoss.h
Go to the documentation of this file.
1 //
2 // This file is part of DDC.
3 //
4 // DDC is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Lesser General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // DDC is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public License
15 // along with DDC. If not, see <http://www.gnu.org/licenses/>.
16 //
17 // ========== Dialing Structural Dictionary (www.aot.ru)
18 // ========== Copyright by Alexey Sokirko (1998-2002), Bryan Jurish (2011)
19 
20 
21 #if !defined(AFX_STDAFX_H__B8DB77F2_B8A8_4843_B52C_6A9B40D9E6F8__INCLUDED_)
22 #define AFX_STDAFX_H__B8DB77F2_B8A8_4843_B52C_6A9B40D9E6F8__INCLUDED_
23 
24 #if _MSC_VER > 1000
25 #pragma once
26 #endif // _MSC_VER > 1000
27 
28 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
29 #include "../CommonLib/utilit.h"
30 //#include "../CommonLib/str_pp.h"
31 
32 
33 
34 // TODO: reference additional headers your program requires here
35 
36 //{{AFX_INSERT_LOCATION}}
37 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
38 
39 #endif // !defined(AFX_STDAFX_H__B8DB77F2_B8A8_4843_B52C_6A9B40D9E6F8__INCLUDED_)
40 
41 /*--- emacs style variables ---
42  * Local Variables:
43  * mode: C++
44  * c-file-style: "ellemtel"
45  * c-basic-offset: 4
46  * tab-width: 8
47  * indent-tabs-mode: nil
48  * End:
49  */