1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +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

@ -27,8 +27,7 @@
// compiled on its own).
#if JUCE_INCLUDED_FILE
extern void juce_updateMultiMonitorInfo() throw();
extern void juce_initialiseThreadEvents() throw();
extern void juce_initialiseThreadEvents();
//==============================================================================