mirror of
https://github.com/reactos/reactos.git
synced 2025-06-28 22:49:44 +00:00
[NTOSKRNL]
* Get buildno.h out of the PCH. svn path=/trunk/; revision=52922
This commit is contained in:
parent
11b5e19137
commit
c0789864ad
3 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
#include <reactos/buildno.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
#include <pseh/pseh2.h>
|
||||
|
||||
/* ReactOS Headers */
|
||||
#include <reactos/buildno.h>
|
||||
#include <reactos/bugcodes.h>
|
||||
|
||||
/* SetupLDR Support */
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
#include <reactos/buildno.h>
|
||||
#include <debug.h>
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue