1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00

Added missing file from last commit

This commit is contained in:
Julian Storer 2009-11-16 15:23:11 +00:00
parent 802f850015
commit 1c3b7fe2f8

View file

@ -253515,7 +253515,7 @@ void MessageManager::doPlatformSpecificShutdown()
}
}
bool juce_postMessageToSystemQueue (Message* message)
bool juce_postMessageToSystemQueue (void* message)
{
if (errorCondition)
return false;