Use a dummy context for wglGetProcAddress when needed instead of load…
…ing gl symbols after a context creation: wglGetProcAddress only works in the presence of a valid GL context, so we use a dummy ctx when the caller calls wglGetProcAddress without a valid GL context bound