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
Fix msvc build
Signed-off-by: falkTX <falktx@falktx.com>
pull/1555/merge
falkTX
3 months ago
parent
3e21364e26
commit
f5d488436f
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
source/utils/CarlaUtils.hpp
+ 4
- 0
source/utils/CarlaUtils.hpp
View File
@@ -382,6 +382,10 @@ const char* carla_strdup_safe(const char* const strBuf) noexcept
// carla_strcase*
#ifdef CARLA_OS_WIN
# ifdef _MSC_VER
# pragma comment(lib, "shlwapi.lib")
# endif
static inline
int carla_strcasecmp(const char* const str1, const char* const str2) noexcept
{
Write
Preview
Loading…
Cancel
Save