juce_TaskbarIconComponent.h

JUCE 1.36 won’t build under Visual Studio 2005. The fix is pretty easy; at the top of juce_TaskbarIconComponent.h, instead of

I suggest

#ifdef _WIN32 works also.

Matt

Ah right, thanks for that one, matt. Nice of Microsoft to make sure all their compilers use a consistent set of #defines!

I thought all VC++'s had one called __win32 as the main one?