* Create a main header and move inclusions to it.
CORE-7716
svn path=/trunk/; revision=61975
* PURPOSE: TDI entity enumeration
*/
-#include "iphlpapi_private.h"
+#include "precomp.h"
+
#include "tdilib.h"
/* A generic thing-getting function which interacts in the right way with
* PURPOSE: TDI transport handle management
*/
-#include "iphlpapi_private.h"
+#include "precomp.h"
const PWCHAR TcpFileName = L"\\Device\\Tcp";
--- /dev/null
+#ifndef _TDILIB_PCH_
+#define _TDILIB_PCH_
+
+#include <iphlpapi_private.h>
+
+#endif /* _TDILIB_PCH_ */