//========================================================================== // 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: Perm.h // // AUTHOR: Andrey A. Moiseenko // // OVERVIEW Permanent precompiled headers for project // ~~~~~~~~ // DATE: 15.10.2003 //========================================================================== #ifndef __MAARF_PERM_H #define __MAARF_PERM_H #ifndef __unix__ #ifndef WINNT #include #include #include "MaaRF\Win9x\Maa_ndis.h" #include #include #include #include #else #ifdef __cplusplus extern "C" { #endif #include //#include #include #include #include #include #include #ifdef __cplusplus } #endif //#ifdef WINNT #ifndef _WINNT #define _WINNT #endif //#endif #if DBG==1 #ifndef _DEBUG #define _DEBUG #endif #endif #define TEST_XP //#pragma warning( disable : 4355 ) //warning C4355: 'this' : used in base member initializer list /* extern "C" { #include "MaaRF\WinNT\ndis.h" #include #include #include } //#include //#include */ #endif #endif //__unix__ #endif __MAARF_PERM_H #define _RR