Define NDEBUG

svn path=/trunk/; revision=16912
This commit is contained in:
Alex Ionescu 2005-07-31 05:46:42 +00:00
parent 838cc74dd0
commit a5bc0e6462

View file

@ -1,7 +1,9 @@
#include <stdarg.h>
#include <reactos/debug.h>
#include "rosdhcp.h"
#define NDEBUG
#include <reactos/debug.h>
char *piaddr( struct iaddr addr ) {
struct sockaddr_in sa;
memcpy(&sa.sin_addr,addr.iabuf,sizeof(sa.sin_addr));