* 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.
This commit is contained in:
8
winsup/w32api/lib/dhcpcsvc.def
Normal file
8
winsup/w32api/lib/dhcpcsvc.def
Normal file
@ -0,0 +1,8 @@
|
||||
LIBRARY DHCPCSVC.DLL
|
||||
EXPORTS
|
||||
DhcpCApiCleanup@0
|
||||
DhcpCApiInitialize@4
|
||||
DhcpDeRegisterParamChange@12
|
||||
DhcpRegisterParamChange@28
|
||||
DhcpRemoveDNSRegistrations@0
|
||||
DhcpUndoRequestParams@16
|
Reference in New Issue
Block a user