mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Add some missing file-headers.
svn path=/trunk/; revision=47767
This commit is contained in:
parent
212d2915d2
commit
6d224b0735
2 changed files with 25 additions and 0 deletions
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
* ntdef.h
|
||||
*
|
||||
* This file is part of the ReactOS PSDK package.
|
||||
*
|
||||
* Contributors:
|
||||
* Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
*
|
||||
* THIS SOFTWARE IS NOT COPYRIGHTED
|
||||
*
|
||||
* This source code is offered for use in the public domain. You may
|
||||
* use, modify or distribute it freely.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful but
|
||||
* WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
|
||||
* DISCLAIMED. This includes but is not limited to warranties of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _NTDEF_
|
||||
#define _NTDEF_
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
;
|
||||
; Created by : Marc Piulachs.
|
||||
; This source code is offered for use in the public domain.
|
||||
;
|
||||
|
||||
;
|
||||
; ntoskrnl.exe bug codes
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue