mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
newer msvc's are aware of __FUNCTION__
svn path=/trunk/; revision=18950
This commit is contained in:
parent
0f821d720d
commit
7a80b9dabf
1 changed files with 2 additions and 0 deletions
|
@ -17,7 +17,9 @@
|
|||
#endif
|
||||
|
||||
#ifndef __GNUC__
|
||||
#if !defined(_MSC_VER) || _MSC_VER < 8
|
||||
#define __FUNCTION__ ""
|
||||
#endif//_MSC_VER
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue