Code:
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
There is 1 error & 1 warning being displayed pointing to the line in bold above.The code is auto generated.
warning C4042: 'THIS_FILE' : has bad storage class
error C2143: syntax error : missing ')' before ';'
Kindly Help.