mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Build with MP=1
svn path=/trunk/; revision=15715
This commit is contained in:
parent
2786a429ac
commit
0e6919a8c0
4 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include <ddk/ntddk.h>
|
||||
#include <ddk/iotypes.h>
|
||||
#include <internal/ps.h>
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
#include <hal.h>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include <bus.h>
|
||||
#include <halirq.h>
|
||||
#include <hal.h>
|
||||
#include <internal/ps.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
/* INCLUDES ****************************************************************/
|
||||
|
||||
#include <ddk/ntddk.h>
|
||||
#include <internal/ps.h>
|
||||
|
||||
#include <internal/debug.h>
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <hal.h>
|
||||
#include "halxbox.h"
|
||||
#include <internal/ps.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
|
Loading…
Reference in a new issue