fix an issue with creating contexts on win32
Thanks for George Kyriazis for finding this and helping to track it down. The temp context created to bootstrap OpenGL extension loading was demanding features we do not need. Update the code to only initialize glew as that is all we need from that temp context.