From 684f94e30521f3da4cf1b80e608406af6cd10053 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Date: Tue, 30 Sep 2003 07:40:46 +0000 Subject: * include/dhcpcsvc.h: New file. Note that MSDN is confused about whether it should start constant and structure names with DHCPCAPI or DHCPAPI. It's using both but experience suggests it's DHCPCAPI with `C'. * lib/dhcpcsvc.def: New file. --- winsup/w32api/lib/dhcpcsvc.def | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 winsup/w32api/lib/dhcpcsvc.def (limited to 'winsup/w32api/lib/dhcpcsvc.def') diff --git a/winsup/w32api/lib/dhcpcsvc.def b/winsup/w32api/lib/dhcpcsvc.def new file mode 100644 index 000000000..a1cd3b984 --- /dev/null +++ b/winsup/w32api/lib/dhcpcsvc.def @@ -0,0 +1,8 @@ +LIBRARY DHCPCSVC.DLL +EXPORTS +DhcpCApiCleanup@0 +DhcpCApiInitialize@4 +DhcpDeRegisterParamChange@12 +DhcpRegisterParamChange@28 +DhcpRemoveDNSRegistrations@0 +DhcpUndoRequestParams@16 -- cgit v1.2.3