mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Fixed comment.
This commit is contained in:
parent
db58451870
commit
b51e3df525
@ -242,8 +242,8 @@ static __inline double fmin(double x, double y){ return (x < y) ? x : y; }
|
||||
static __inline double fmax(double x, double y){ return (x > y) ? x : y; }
|
||||
static __inline double log2(double x) { return log(x) * M_LOG2E; }
|
||||
#define __func__ __FUNCTION__
|
||||
#endif // VS2013 or earlier
|
||||
#else // #ifndef _MSC_VER
|
||||
#endif // VS2012 or earlier
|
||||
#else // VS2015
|
||||
#define _CRT_STDIO_LEGACY_WIDE_SPECIFIERS
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user