[NTOSKRNL] Fix build in Release; #include 'kd.h'

This commit is contained in:
Katayama Hirofumi MZ 2023-03-28 17:20:20 +09:00
parent ab5aff5948
commit 3b82b8370d
3 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@
#include <ntoskrnl.h>
#include <reactos/buildno.h>
#include "kd.h"
#define NDEBUG
#include <debug.h>

View file

@ -8,6 +8,7 @@
*/
#include <ntoskrnl.h>
#include "kd.h"
#define NDEBUG
#include <debug.h>

View file

@ -9,6 +9,7 @@
/* INCLUDES ******************************************************************/
#include <ntoskrnl.h>
#include "kd.h"
/* FUNCTIONS *****************************************************************/