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
Really fix windows build
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX
3 years ago
parent
8f3a90e5f1
commit
c02edabf40
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/modules/water/water.cpp
+ 1
- 1
source/modules/water/water.cpp
View File
@@ -38,7 +38,7 @@ CARLA_PLUGIN_EXPORT
BOOL WINAPI DllMain (HINSTANCE hInst, DWORD reason, LPVOID)
{
if (reason == DLL_PROCESS_ATTACH)
hInstanc
e = hInst;
currentModuleHandl
e = hInst;
return 1;
}
# endif
Write
Preview
Loading…
Cancel
Save