mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
newer msvc's are aware of __FUNCTION__
svn path=/trunk/; revision=18950
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
#endif
|
||||
|
||||
#ifndef __GNUC__
|
||||
#if !defined(_MSC_VER) || _MSC_VER < 8
|
||||
#define __FUNCTION__ ""
|
||||
#endif//_MSC_VER
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user