Browse Source

Really fix windows build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 3 years ago
parent
commit
c02edabf40
1 changed files with 1 additions and 1 deletions
  1. +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)
hInstance = hInst;
currentModuleHandle = hInst;
return 1;
}
# endif


Loading…
Cancel
Save