http://bugs.winehq.org/show_bug.cgi?id=5310
------- Additional Comments From frank.richter@gmail.com 2006-14-11 16:35 ------- I guess the forwarding circus is only needed for those wgl* functions that have a plain and/or Gdi* counterpart, which would be: ChoosePixelFormat (plain, wgl) DescribePixelFormat (plain, wgl, Gdi) GetPixelFormat (plain, wgl) SetPixelFormat (plain, wgl, Gdi) SwapBuffers (plain, wgl, Gdi)
I just also noticed that OpenGL32 imports some of the "plain" APIs as well... it's really confusing which may call which.