Skip to content

Commit

Permalink
Fix msvc build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Aug 12, 2024
1 parent 3e21364 commit f5d4884
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/utils/CarlaUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit f5d4884

Please sign in to comment.