2025-04-27 07:49:33 -04:00

25 lines
559 B
C

//+----------------------------------------------------------------------------
//
// 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>