mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +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 *******************************************************************/
|
||||
|
||||
//#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include <ddk/ntddk.h>
|
||||
#include "memtest.h"
|
||||
|
||||
//#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
HANDLE MonitorThreadHandle;
|
||||
|
||||
/* FUNCTIONS ***********************************************************/
|
||||
|
|
Loading…
Reference in a new issue