windows compatibility

I tried to compile a simple program using the glHistogram function but it crashed.

I would like to know if the windows platform supports the imaging subset

It’s up to your driver to support the imaging subset, not the platform. If ARB_imaging is a part of the string returned by glGetString(GL_EXTENSIONS), the subset is available, otherwise it’s not.