// ========== This file is under LGPL, the GNU Lesser General Public Licence // ========== Dialing Graphematical Module (www.aot.ru) // ========== Copyright by Alexey Sokirko (1996-2001) #ifndef StdAfxGraphan #define StdAfxGraphan #ifdef WIN32 #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #endif #pragma warning (disable : 4530) #pragma warning (disable : 4786) #include "../common/utilit.h" #include "../common/Graspace.h" #include "Descriptors.h" #include "../StructDictLib/Ross.h" #endif