* 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:
Dimitri Papadopoulos
2003-09-30 07:40:46 +00:00
parent e7e4107e39
commit 684f94e305
5 changed files with 64 additions and 4 deletions

View File

@ -80,6 +80,7 @@
#include <vfw.h>
#include <uxtheme.h>
#include <tmschema.h>
#include <dhcpcsdk.h>
#ifndef __OBJC__ /* problems with BOOL */
#include <ole2.h>