This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Don't use newlocale stuff on macOS
Fixes
#1174
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX
4 years ago
parent
6ab431a469
commit
3c3f67054d
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/utils/CarlaScopeUtils.hpp
+ 1
- 1
source/utils/CarlaScopeUtils.hpp
View File
@@ -25,7 +25,7 @@
#include <algorithm>
#include <clocale>
#if
defined(CARLA_PROPER_CPP11_SUPPORT) && ! defined(CARLA_OS_WIN) && ! defined(CARLA_OS_HAIKU
)
#if
! (defined(CARLA_OS_HAIKU) || defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN)
)
# define CARLA_USE_NEWLOCALE
#endif
Write
Preview
Loading…
Cancel
Save