MouseCursor::CopyingCursor on Windows

It seems there is no MouseCursor::CopyingCursor on Windows but rather it's the same as the normal arrow cursor. I looked into the code and there is a custom definition for a copying cursor in juce_linux_Windowing.cpp. So I copied the definition over to juce_win32_Windowing.cpp using the DraggingHandCursor case as a guide. It seems to work OK. But I'd rather not have to patch the library code all the time. Can this go into the official version? Or is there anything I'm missing?

(using JUCE 3.1.1)

Good request - I'll copy that over, thanks for the heads-up!