mirror of https://github.com/lianthony/NT4.0
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.
23 lines
389 B
23 lines
389 B
/*++
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
dhcpcom.c
|
|
|
|
Abstract:
|
|
|
|
Stupid hack file - Includes dhcp\lib\dhcpcom.c to give _access to those
|
|
routines. nmake won't copy and build. Other work around is to expand
|
|
16 bit build tree.
|
|
|
|
|
|
|
|
--*/
|
|
|
|
#include <vxdprocs.h>
|
|
|
|
#include <..\..\lib\dhcpcom.c>
|
|
#include <..\..\lib\network.c>
|
|
#include <..\..\lib\dhcpdump.c>
|