mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
A top level header file for kernel and system stuff. At present simply includes ddk/ntddk.h.
svn path=/trunk/; revision=631
This commit is contained in:
parent
07a2fbf7f7
commit
7cf48757dc
1 changed files with 7 additions and 0 deletions
7
reactos/include/ntos.h
Normal file
7
reactos/include/ntos.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef _NTOS_H
|
||||
#define _NTOS_H
|
||||
/* $Id: ntos.h,v 1.1 1999/08/29 07:02:52 ea Exp $ */
|
||||
|
||||
#include <ddk/ntddk.h>
|
||||
|
||||
#endif /* ndef _NTOS_H */
|
Loading…
Reference in a new issue