windows-nt/Source/XPSP1/NT/net/rras/ip/bootp/pchbootp.h

37 lines
793 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//============================================================================
// 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"