windows-nt/Source/XPSP1/NT/ds/nw/svcdlls/nwwks/server/address.c
2020-09-26 16:20:57 +08:00

43 lines
557 B
C

/*++
Copyright (c) 1994 Microsoft Corporation
Module Name:
address.c
Abstract:
This module contains the code to support NPGetAddressByName.
Author:
Yi-Hsin Sung (yihsins) 18-Apr-94
Revision History:
yihsins Created
--*/
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <winsock2.h>
#include <wsipx.h>
#include <nwxchg.h>
#include <ntddnwfs.h>
#include <rpc.h>
#include <rpcdce.h>
#include "handle.h"
#include "rnrdefs.h"
#include "sapcmn.h"
#include <time.h>
VOID
DummyRoutine()
{
}