mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[TDILIB]
* Create a main header and move inclusions to it. CORE-7716 svn path=/trunk/; revision=61975
This commit is contained in:
parent
df348acfe2
commit
e052e04e03
3 changed files with 9 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
6
reactos/lib/tdilib/precomp.h
Normal file
6
reactos/lib/tdilib/precomp.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _TDILIB_PCH_
|
||||
#define _TDILIB_PCH_
|
||||
|
||||
#include <iphlpapi_private.h>
|
||||
|
||||
#endif /* _TDILIB_PCH_ */
|
Loading…
Reference in a new issue