mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 18:25:45 -04:00
Make ALWAYS_INLINE_RELEASE specify inline in debug too
Stops us needing the static qualifier as well.
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
// Force inline in non-debug helper
|
// Force inline in non-debug helper
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
#define ALWAYS_INLINE_RELEASE
|
#define ALWAYS_INLINE_RELEASE inline
|
||||||
#else
|
#else
|
||||||
#define ALWAYS_INLINE_RELEASE ALWAYS_INLINE
|
#define ALWAYS_INLINE_RELEASE ALWAYS_INLINE
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user