Browse Source

Fix msvc build

Signed-off-by: falkTX <falktx@falktx.com>
pull/1555/merge
falkTX 3 months ago
parent
commit
f5d488436f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +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
{


Loading…
Cancel
Save