mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08: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:
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 */
|
||||
Reference in New Issue
Block a user