#ifndef LIBFILEZILLA_ENGINE_HEADER #define LIBFILEZILLA_ENGINE_HEADER #ifdef HAVE_CONFIG_H #include #endif #ifndef PACKAGE_STRING #define PACKAGE_STRING "FileZilla 3" #endif #include // Include after defs.h so that __WXFOO__ is properly defined #include "setup.h" #ifdef __WXMSW__ #ifndef NOMINMAX #define NOMINMAX #endif #ifndef STRICT #define STRICT 1 #endif #include #endif #include #include #include #include #include #include #include #include #include #include "optionsbase.h" #include "logging.h" #include "server.h" #include "serverpath.h" #include "commands.h" #include "notification.h" #include "FileZillaEngine.h" #include "directorylisting.h" #include "misc.h" #define TRANSLATE_T(str) _T(str) #endif