mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fix unnecessarily recursive include
svn path=/trunk/; revision=6641
This commit is contained in:
parent
5822ae79d0
commit
8d30d471de
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
#ifndef __INCLUDE_NAPI_NPIPE_H
|
||||
#define __INCLUDE_NAPI_NPIPE_H
|
||||
|
||||
#include <ddk/ntddk.h>
|
||||
#ifndef __NTDDK_H
|
||||
#error you must not include <napi/npipe.h> directly, include <ddk/ntddk.h> instead
|
||||
#endif /* __NTDDK_H */
|
||||
|
||||
/*
|
||||
* FUNCTION: ZwCreateNamedPipeFile creates named pipe
|
||||
|
|
Loading…
Reference in a new issue