precomp.h
上传用户:zhuzhu0204
上传日期:2020-07-13
资源大小:13165k
文件大小:1k
开发平台:

Visual C++

  1. #pragma warning(disable:4214)   // bit field types other than int
  2. #pragma warning(disable:4201)   // nameless struct/union
  3. #pragma warning(disable:4115)   // named type definition in parentheses
  4. #pragma warning(disable:4127)   // conditional expression is constant
  5. #pragma warning(disable:4054)   // cast of function pointer to PVOID
  6. #pragma warning(disable:4244)   // conversion from 'int' to 'BOOLEAN', possible loss of data
  7. #include <ndis.h>
  8. #include "passthru.h"
  9. // BEGIN_PTUSERIO
  10. #include "ptextend.h"
  11. #include "OpenContext.h"
  12. #include "adapt.h"
  13. // END_PTUSERIO
  14. #include "filter.h"