mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00
Restoring NDEBUG flag again.
svn path=/trunk/; revision=1668
This commit is contained in:
parent
9e66717a35
commit
870a302f96
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: create.c,v 1.19 2001/03/06 23:28:42 cnettel Exp $
|
||||
/* $Id: create.c,v 1.20 2001/03/06 23:31:44 cnettel Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -14,7 +14,7 @@
|
|||
#include <wchar.h>
|
||||
#include <limits.h>
|
||||
|
||||
#define NDEBUGN
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "vfat.h"
|
||||
|
|
Loading…
Reference in a new issue