Skip to content

Commit

Permalink
Fix winevst build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jan 2, 2024
1 parent 1da9a59 commit 4f94d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/plugin/carla-vst-export-bridged.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static HINSTANCE getCurrentModuleInstanceHandle() noexcept
}

CARLA_PLUGIN_EXPORT
BOOL WINAPI DllMain(HINSTANCE hInst, DWORD, LPVOID)
BOOL WINAPI DllMain(HINSTANCE hInst, DWORD reason, LPVOID)
{
if (reason == DLL_PROCESS_ATTACH)
currentModuleHandle = hInst;
Expand Down

0 comments on commit 4f94d61

Please sign in to comment.