Definition in file report.cpp.
#include "stdmisc.h"
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include <nel/misc/common.h>
#include "nel/misc/report.h"
Go to the source code of this file.
Namespaces | |
namespace | NLMISC |
Defines | |
#define | DELETE_OBJECT(a) if((a)!=NULL) { DeleteObject (a); a = NULL; } |
|
Definition at line 63 of file report.cpp. |