Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

36 lines
793 B

//============================================================================
// Copyright (c) 1995, Microsoft Corporation
//
// File: pchbootp.h
//
// History:
// Abolade Gbadegesin September-8-1995 Created.
//
// Precompiled header for IPBOOTP
//============================================================================
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <winsvc.h>
#define FD_SETSIZE 256
#include <winsock2.h>
#include <ws2tcpip.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
// #include <rtm.h>
#include <routprot.h>
#include <rtutils.h>
#include <ipbootp.h>
#include "log.h"
#include "defs.h"
#include "sync.h"
#include "table.h"
#include "queue.h"
#include "api.h"
#include "work.h"