// ************************************************************************** // * This file is part of the FreeFileSync project. It is distributed under * // * GNU General Public License: http://www.gnu.org/licenses/gpl.html * // * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) * // ************************************************************************** // #ifndef RTS_PRECOMPILED_HEADER #define RTS_PRECOMPILED_HEADER //pay attention when using this file: might cause issues! #ifndef __WXDEBUG__ do NOT use in release build! #endif //##################################################### // basic wxWidgets headers #ifndef WX_PRECOMP #define WX_PRECOMP #endif #include //##################################################### // #include other rarely changing headers here //STL headers #include #include #include #include #include #include #include #include #include #ifdef FFS_LINUX #include #endif //FFS_LINUX //other wxWidgets headers #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //other #include "../shared/tinyxml/tinyxml.h" #include #ifdef FFS_WIN #include //includes "windows.h" #endif //FFS_WIN //##################################################### #endif //RTS_PRECOMPILED_HEADER