mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Fix compilation error on pre-14 C++
This commit is contained in:
parent
9ff32e3260
commit
f2c959b941
@ -8,7 +8,7 @@
|
||||
|
||||
#include "../audio/audio.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus >= 201402L
|
||||
#define AUDREN_CONSTEXPR constexpr
|
||||
#else
|
||||
#define AUDREN_CONSTEXPR static inline
|
||||
|
Loading…
Reference in New Issue
Block a user