Skip to content

Commit

Permalink
Merge pull request #629 from aacuevas/devel-juce8-dllfix
Browse files Browse the repository at this point in the history
Fix LoadLibrary not searching the full DLL tree
  • Loading branch information
anjaldoshi authored Sep 17, 2024
2 parents 4711c12 + 559a2ca commit b28e0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Processors/PluginManager/PluginManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ PluginManager::PluginManager()
}
AddDllDirectory (installSharedPath.getFullPathName().toWideCharPointer());
}
SetDefaultDllDirectories (LOAD_LIBRARY_SEARCH_DEFAULT_DIRS);

#elif __linux__
File installSharedPath = File::getSpecialLocation (File::userApplicationDataDirectory)
Expand Down

0 comments on commit b28e0dc

Please sign in to comment.