mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Remove redundant inline macro def.
The inline macro already exists in include/share/compat.h. Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
@@ -69,10 +69,4 @@
|
||||
#define MAX(x,y) ((x) >= (y) ? (x) : (y))
|
||||
#endif
|
||||
|
||||
#if !defined(__cplusplus) && defined(_MSC_VER)
|
||||
#ifndef inline
|
||||
#define inline __inline
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user