1
0
Fork 0
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:
jules 2010-04-16 09:44:21 +01:00
parent 0fe89aa299
commit af73276aea
16 changed files with 146 additions and 159 deletions

View file

@ -313,7 +313,7 @@ void* PlatformUtilities::loadDynamicLibrary (const String& name)
JUCE_TRY
{
result = (void*) LoadLibrary (name);
result = LoadLibrary (name);
}
JUCE_CATCH_ALL