Browse Source

Added missing file from last commit

tags/2021-05-28
Julian Storer 16 years ago
parent
commit
1c3b7fe2f8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      juce_amalgamated.cpp

+ 1
- 1
juce_amalgamated.cpp View File

@@ -253515,7 +253515,7 @@ void MessageManager::doPlatformSpecificShutdown()
}
}

bool juce_postMessageToSystemQueue (Message* message)
bool juce_postMessageToSystemQueue (void* message)
{
if (errorCondition)
return false;


Loading…
Cancel
Save