Bug on Windows with OpenGL and enabling multisampling

I’m also not really sure how this logic - if (version >= openGL3_2 - makes any sense from a user’s point of view: there aren’t any larger enum values provided.

Aren’t we better off dropping the enum for explicit integers for maj and min at this point?