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

Misc fixes for mingw compatibility

This commit is contained in:
Julian Storer 2010-01-12 16:54:18 +00:00
parent 68e04b453d
commit c368805559
13 changed files with 33 additions and 15 deletions

View file

@ -2563,7 +2563,7 @@ void juce_windowMessageReceive (XEvent* event)
}
//==============================================================================
void juce_updateMultiMonitorInfo (Array <Rectangle>& monitorCoords, const bool /*clipToWorkArea*/) throw()
void juce_updateMultiMonitorInfo (Array <Rectangle>& monitorCoords, const bool /*clipToWorkArea*/)
{
if (display == 0)
return;