mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Define NDEBUG
svn path=/trunk/; revision=16912
This commit is contained in:
parent
838cc74dd0
commit
a5bc0e6462
1 changed files with 3 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue