wined3d: Avoid loading opengl32.dll.
commit2aa7a7fe16678c4c23a452e5b00bf4c085be98c3
authorStefan Dösinger <stefan@codeweavers.com>
Sun, 23 Nov 2008 11:43:15 +0000 (23 12:43 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Dec 2008 13:36:17 +0000 (16 14:36 +0100)
treefc967a36b534135c1923464bb8f25254e0319ca0
parent4bc5e760b6545df7793f12ceb5872b9aa19f1663
wined3d: Avoid loading opengl32.dll.

This confuses applications like Steam, which hook d3d9 and opengl
functions. It sees that the application uses opengl32, but it doesn't
realize that d3d9 is wrapped to opengl. Thus it starts messing around
with wined3d's wgl context. It usually tries to draw geometry with the
context, but cannot deal with some of the obscure extensions we have
activated.
dlls/wined3d/directx.c