mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-09 04:30:09 +00:00
Minor clean-ups.
This commit is contained in:
parent
0fe89aa299
commit
af73276aea
16 changed files with 146 additions and 159 deletions
|
|
@ -313,7 +313,7 @@ void* PlatformUtilities::loadDynamicLibrary (const String& name)
|
|||
|
||||
JUCE_TRY
|
||||
{
|
||||
result = (void*) LoadLibrary (name);
|
||||
result = LoadLibrary (name);
|
||||
}
|
||||
JUCE_CATCH_ALL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue