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.

13 lines
429 B

  1. #pragma once
  2. #pragma warning(disable:4115) // named type definition in parentheses
  3. #pragma warning(disable:4152) // function/data pointer conversion in expression
  4. #pragma warning(disable:4100) // unreferenced parameters
  5. #pragma warning(disable:4127) // conditional expression is constant
  6. #pragma warning(disable:4244) // conversion from int to boolean
  7. #include <tcpipbase.h>
  8. #include <ntddtcp.h>
  9. #pragma hdrstop