fix unnecessarily recursive include

svn path=/trunk/; revision=6641
This commit is contained in:
Royce Mitchell III 2003-11-14 14:10:55 +00:00
parent 5822ae79d0
commit 8d30d471de

View file

@ -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