//--------------------------------------------------------------------------- #ifndef PuttyIntfH #define PuttyIntfH //--------------------------------------------------------------------------- void __fastcall PuttyInitialize(); void __fastcall PuttyFinalize(); //--------------------------------------------------------------------------- void __fastcall DontSaveRandomSeed(); //--------------------------------------------------------------------------- #include "PuttyTools.h" //--------------------------------------------------------------------------- #define MPEXT extern "C" { #include #include #include #include #include // Defined in misc.h - Conflicts with std::min/max #undef min #undef max } //--------------------------------------------------------------------------- #endif