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
tweak lilv msvc build
Signed-off-by: falkTX <falktx@falktx.com>
pull/1775/head
falkTX
1 year ago
parent
9fb3f216b0
commit
75597bc303
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save