mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
include SDK first
svn path=/trunk/; revision=31236
This commit is contained in:
parent
a2359505b3
commit
fd649cdc19
1 changed files with 3 additions and 3 deletions
|
@ -21,12 +21,12 @@
|
||||||
|
|
||||||
/* INCLUDES *******************************************************************/
|
/* INCLUDES *******************************************************************/
|
||||||
|
|
||||||
//#define NDEBUG
|
|
||||||
#include <debug.h>
|
|
||||||
|
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include "memtest.h"
|
#include "memtest.h"
|
||||||
|
|
||||||
|
//#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
HANDLE MonitorThreadHandle;
|
HANDLE MonitorThreadHandle;
|
||||||
|
|
||||||
/* FUNCTIONS ***********************************************************/
|
/* FUNCTIONS ***********************************************************/
|
||||||
|
|
Loading…
Reference in a new issue