Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
572 B

  1. #pragma once
  2. #pragma warning(disable:4054) // type cast from function pointer to data
  3. // pointer - code outside our control
  4. #pragma warning(disable:4115) // name type definition in parenthesis
  5. #pragma warning(disable:4152) // function/data pointer conversion in expression
  6. #pragma warning(disable:4306) // type cast problem Bug #544684
  7. #include <tcpipbase.h>
  8. #include <ipfilter.h>
  9. #include <ipinfo.h>
  10. #include <llinfo.h>
  11. #include <llipif.h>
  12. #include "ffp.h"
  13. #include "ipinit.h"
  14. #include "ipdef.h"
  15. #pragma hdrstop