Becoming funny, but eVC didn't has __FUNCTION__.
This commit is contained in:
parent
5bc7de07e8
commit
1a1cd0adcd
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@
|
|||
|
||||
#define inline __inline // fix m$ brain damage
|
||||
#define __attribute__() // does nothing
|
||||
#ifndef __FUNCTION__
|
||||
#define __FUNCTION__ // I don't know, but eVC didn't has it
|
||||
#endif
|
||||
|
||||
/**
|
||||
** Print debug information of level 0.
|
||||
|
|
Loading…
Add table
Reference in a new issue