mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +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"
|
#include "../audio/audio.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#if __cplusplus >= 201402L
|
||||||
#define AUDREN_CONSTEXPR constexpr
|
#define AUDREN_CONSTEXPR constexpr
|
||||||
#else
|
#else
|
||||||
#define AUDREN_CONSTEXPR static inline
|
#define AUDREN_CONSTEXPR static inline
|
||||||
|
Loading…
Reference in New Issue
Block a user