//========================================================================== // PRODUCT: RusRoute - MaaSoftware routing firewall software driver // (C) Copyright Moiseenko A.A., MaaSoftware, 2003-2008. All Rights Reserved. // http://www.maasoftware.ru http://www.maasoftware.com // http://www.rusroute.ru http://www.rusroute.com // support@maasoftware.ru //========================================================================== // FILE: Temp.h // // AUTHOR: Andrey A. Moiseenko // // OVERVIEW Includes user's include files. // ~~~~~~~~ // DATE: 15.10.2003 //========================================================================== #ifndef __RusRoute_TEMP_H #define __RusRoute_TEMP_H #define Lock() Lock2(__FILE__, __LINE__) #define UnLock() UnLock2(__FILE__, __LINE__) #include "passthru.h" #include "my.h" #ifdef _WIN32 #pragma pack( push, temp_pack_id_1, 1 ) #endif #include "Defs.h" #ifdef _WIN9x #include "RusRoute\Win9x\Vxd.h" #endif //#define IPLIR_SOCKETS #include "Init.h" #include "Library.h" #include "Headers.h" #include "MaaTL.h" #include "Const.h" #include "Export.h" #include "Common.h" #include "Packet.h" #include "Timer.h" //#include "RusRoute\DrvRusRouteCfg.h" #ifdef _WIN9x #include "RusRoute\Win9x\Main.h" #include "RusRoute\Win9x\Hooks.h" #include "RusRoute\Win9x\Mstcp.h" #endif // _WIN9x #ifdef _WINNT //#include "MyWdm.h" //#include "Hooks.h" #include "Main.h" //#include "Mstcp.h" #include "Kern.h" #endif //#include "RusRoute\Tcp.h" #include "Driver.h" #include "Service.h" #ifdef _WIN9x #include "RusRoute\Win9x\Adapter.h" #endif #ifdef _WINNT //#include "RusRoute\WinXP\Adapter.h" #include "Adapter.h" #endif //#include "RusRoute\Random.h" //#include "RusRoute\TcpFilt.h" //#include "RusRoute\TcpFtp.h" //#include "RusRoute\TcpIrc.h" //#include "RusRoute\Temp2.h" #ifdef _WIN32 #pragma pack( pop, temp_pack_id_1 ) #endif #endif // __RusRoute_TEMP_H