Skip to content

Commit 0be60f6

Browse files
committed
INGNORE_INLINE_VARS
1 parent 26867c9 commit 0be60f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
// Change USE_INLINE_VARS to 0 if inline variables are not supported
5454
#define USE_INLINE_VARS 1
55-
#if USE_INLINE_VARS
55+
#if USE_INLINE_VARS && !defined(INGNORE_INLINE_VARS)
5656
# define INLINE_VAR inline
5757
#else
5858
# define INLINE_VAR

0 commit comments

Comments
 (0)