Latest tip build error (juce_vstpluginformat.cpp)

Windows 32bit

[quote]1>juce_audio_processors.cpp
1>c:\cpp_projects\jucequake\juce\modules\juce_audio_processors\format_types\juce_vstpluginformat.cpp(459) : error C2082: redefinition of formal parameter 'dll’
1>c:\cpp_projects\jucequake\juce\modules\juce_audio_processors\format_types\juce_vstpluginformat.cpp(461) : error C2039: ‘getNativeHandle’ : is not a member of 'juce::File’
1> c:\cpp_projects\jucequake\juce\modules\juce_core\files\juce_file.h(52) : see declaration of 'juce::File’
1>c:\cpp_projects\jucequake\juce\modules\juce_audio_processors\format_types\juce_vstpluginformat.cpp(465) : error C2664: ‘FindResourceW’ : cannot convert parameter 3 from ‘const char *’ to 'LPCWSTR’
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\cpp_projects\jucequake\juce\modules\juce_audio_processors\format_types\juce_vstpluginformat.cpp(473) : error C2440: ‘initializing’ : cannot convert from ‘LPVOID’ to ‘const char '
1> Conversion from 'void
’ to pointer to non-‘void’ requires an explicit cast[/quote]

I could have sworn I tested that before checking it in… Anyway, thanks, fixed now!