// // Copyright (C) 2007 Refractions Research, Inc. // // This library is free software; you can redistribute it and/or // modify it under the terms of version 2.1 of the GNU Lesser // General Public License as published by the Free Software Foundation. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // // NOTE: Don't use it as a Precompiled Header, but use Pch.h instead. #ifndef FDOPOSTGIS_UNIT_TEST_STDAFX_H_INCLUDED #define FDOPOSTGIS_UNIT_TEST_STDAFX_H_INCLUDED #ifdef __CPPUNIT_MFC_APP #define _AFXDLL #include // MFC core and standard components #include // MFC extensions #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT #else #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include #include #include #endif // __CPPUNITMFCAPP #pragma warning( disable : 4786 ) //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // FDOPOSTGIS_UNIT_TEST_STDAFX_H_INCLUDED