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:
Emanuele Aliberti 1999-08-29 07:02:52 +00:00
parent 07a2fbf7f7
commit 7cf48757dc

7
reactos/include/ntos.h Normal file
View 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 */