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.
 
 
 
 
 
 

26 lines
580 B

//+----------------------------------------------------------------------------
//
// File: PCH.H
//
// Module: CMROUTE.EXE
//
// Synopsis: Precompiled header
//
// Copyright (c) 1999 Microsoft Corporation
//
// Author: anbrad created 02/24/99
//
//+----------------------------------------------------------------------------
#include "windows.h"
#include "winsock.h"
#include "wininet.h"
#include "tchar.h"
#include "iphlpapi.h" // random IP helper functions
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include "cmutil.h"