mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 19:56:38 +00:00
Reenable NDEBUG
svn path=/trunk/; revision=9085
This commit is contained in:
parent
763fb168d1
commit
e2c7015e0a
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: database.c,v 1.13 2004/04/11 16:09:11 jfilby Exp $
|
||||
/* $Id: database.c,v 1.14 2004/04/11 16:10:05 jfilby Exp $
|
||||
*
|
||||
* service control manager
|
||||
*
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include "services.h"
|
||||
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: services.c,v 1.14 2004/04/11 16:09:11 jfilby Exp $
|
||||
/* $Id: services.c,v 1.15 2004/04/11 16:10:05 jfilby Exp $
|
||||
*
|
||||
* service control manager
|
||||
*
|
||||
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include "services.h"
|
||||
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue