mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[TDILIB]
* Create a main header and move inclusions to it. CORE-7716 svn path=/trunk/; revision=61975
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
* 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
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* PURPOSE: TDI transport handle management
|
||||
*/
|
||||
|
||||
#include "iphlpapi_private.h"
|
||||
#include "precomp.h"
|
||||
|
||||
const PWCHAR TcpFileName = L"\\Device\\Tcp";
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef _TDILIB_PCH_
|
||||
#define _TDILIB_PCH_
|
||||
|
||||
#include <iphlpapi_private.h>
|
||||
|
||||
#endif /* _TDILIB_PCH_ */
|
||||
Reference in New Issue
Block a user