9 lines
140 B
C++
9 lines
140 B
C++
#include "Stdafx.h"
|
|
#include "EtError.h"
|
|
|
|
#ifdef _DEBUG
|
|
#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)
|
|
#endif
|
|
|
|
int g_nLastError = ET_OK;
|
|
|