mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +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
|
#endif
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
|
#if !defined(_MSC_VER) || _MSC_VER < 8
|
||||||
#define __FUNCTION__ ""
|
#define __FUNCTION__ ""
|
||||||
|
#endif//_MSC_VER
|
||||||
#define inline __inline
|
#define inline __inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue