Commit 8aac7a22 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

d3d8/tests: Use GetModuleHandleA instead of LoadLibraryA.

parent 844ae22f
......@@ -8494,7 +8494,7 @@ static void test_clip_planes_limits(void)
START_TEST(device)
{
HMODULE d3d8_handle = LoadLibraryA( "d3d8.dll" );
HMODULE d3d8_handle = GetModuleHandleA( "d3d8.dll" );
WNDCLASSA wc = {0};
IDirect3D8 *d3d8;
DEVMODEW current_mode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment