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

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