mirror of
https://github.com/reactos/reactos.git
synced 2025-06-29 13:11:23 +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 ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
#include <ntoskrnl.h>
|
#include <ntoskrnl.h>
|
||||||
|
#include <reactos/buildno.h>
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
#include <pseh/pseh2.h>
|
#include <pseh/pseh2.h>
|
||||||
|
|
||||||
/* ReactOS Headers */
|
/* ReactOS Headers */
|
||||||
#include <reactos/buildno.h>
|
|
||||||
#include <reactos/bugcodes.h>
|
#include <reactos/bugcodes.h>
|
||||||
|
|
||||||
/* SetupLDR Support */
|
/* SetupLDR Support */
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
/* INCLUDES ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
#include <ntoskrnl.h>
|
#include <ntoskrnl.h>
|
||||||
|
#include <reactos/buildno.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue