Please find attached patch for osmocom-sdr

1- Allows compilation on MSVC by conditionally adding __attribute(format tags based on the compiler

2- Allows builders to use Glew when required, making a GlewInit call when USING_GLEW is defined. If that is not defined, there are no changes.

Geof