Recent commit breaks compatibilty with Win7

One of the recent commits seems to break compatibility with Windows7 and earlier:

There was added a GetPointerType function, which is only available on Win8:
https://msdn.microsoft.com/en-us/library/windows/desktop/hh454892(v=vs.85).aspx

I even cannot run a Projuicer on Win7 (says entry point not found).

Yep, that’s not good. I’ll fix that

OK I’ve just pushed a fix for this to develop. The Windows pointer API stuff is now disabled by default and to enable it (if you’re using Windows 8 or above) there is a ‘JUCE_USE_WINDOWS_POINTER_API’ flag in juce_gui_basics.h.

Ed