mirror of
https://github.com/holub/mame
synced 2025-06-18 10:18:57 +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 fmax(double x, double y){ return (x > y) ? x : y; }
|
||||||
static __inline double log2(double x) { return log(x) * M_LOG2E; }
|
static __inline double log2(double x) { return log(x) * M_LOG2E; }
|
||||||
#define __func__ __FUNCTION__
|
#define __func__ __FUNCTION__
|
||||||
#endif // VS2013 or earlier
|
#endif // VS2012 or earlier
|
||||||
#else // #ifndef _MSC_VER
|
#else // VS2015
|
||||||
#define _CRT_STDIO_LEGACY_WIDE_SPECIFIERS
|
#define _CRT_STDIO_LEGACY_WIDE_SPECIFIERS
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user