summaryrefslogtreecommitdiffstats
path: root/private/nw/svcdlls/nwwks/server/address.c
diff options
context:
space:
mode:
Diffstat (limited to 'private/nw/svcdlls/nwwks/server/address.c')
-rw-r--r--private/nw/svcdlls/nwwks/server/address.c42
1 files changed, 42 insertions, 0 deletions
diff --git a/private/nw/svcdlls/nwwks/server/address.c b/private/nw/svcdlls/nwwks/server/address.c
new file mode 100644
index 000000000..675152be2
--- /dev/null
+++ b/private/nw/svcdlls/nwwks/server/address.c
@@ -0,0 +1,42 @@
+/*++
+
+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()
+{
+}
+