https://git.reactos.org/?p=reactos.git;a=commitdiff;h=53de4fd93ef29f739911283f6a676d94a16ca643
commit 53de4fd93ef29f739911283f6a676d94a16ca643 Author: Victor Perevertkin <[email protected]> AuthorDate: Tue Dec 13 01:49:32 2022 +0300 Commit: Victor Perevertkin <[email protected]> CommitDate: Tue Dec 13 01:49:32 2022 +0300 [NTOS:IO] Bring back the NDEBUG definition Addendum to 947f60b20716e1581b0785360d2d71363eff3657 --- ntoskrnl/io/iomgr/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntoskrnl/io/iomgr/driver.c b/ntoskrnl/io/iomgr/driver.c index adbb14ba445..61ac27ed25b 100644 --- a/ntoskrnl/io/iomgr/driver.c +++ b/ntoskrnl/io/iomgr/driver.c @@ -11,7 +11,7 @@ /* INCLUDES *******************************************************************/ #include <ntoskrnl.h> -// #define NDEBUG +#define NDEBUG #include <debug.h> /* GLOBALS ********************************************************************/
