Latest juce and mingw (gcc4.7)

Works, just needs:

#ifndef DISPID_WINDOWCLOSING
#define DISPID_WINDOWCLOSING            263
#endif // DISPID_WINDOWCLOSING

in juce_win32_WebBrowserComponent.cpp to compile (i was building Introjucer and stumbled upon this)

Thanks - done!