This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Added missing file from last commit
tags/2021-05-28
Julian Storer
16 years ago
parent
802f850015
commit
1c3b7fe2f8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save