[NTOS:IO] Bring back the NDEBUG definition

Addendum to 947f60b207
This commit is contained in:
Victor Perevertkin 2022-12-13 01:49:32 +03:00
parent 947f60b207
commit 53de4fd93e
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

View file

@ -11,7 +11,7 @@
/* INCLUDES *******************************************************************/
#include <ntoskrnl.h>
// #define NDEBUG
#define NDEBUG
#include <debug.h>
/* GLOBALS ********************************************************************/