Browse Source

tweak lilv msvc build

Signed-off-by: falkTX <falktx@falktx.com>
pull/1775/head
falkTX 1 year ago
parent
commit
75597bc303
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/modules/lilv/lilv-0.24.0/src/lilv_internal.h

+ 1
- 0
source/modules/lilv/lilv-0.24.0/src/lilv_internal.h View File

@@ -29,6 +29,7 @@ extern "C" {
#ifdef _WIN32
# include <windows.h>
# include <direct.h>
# include <stdio.h>
# define dlopen(path, flags) LoadLibrary(path)
# define dlclose(lib) FreeLibrary((HMODULE)lib)
# define unlink(path) _unlink(path)


Loading…
Cancel
Save