Commit fc43f81f authored by Robert Riggs's avatar Robert Riggs Committed by Alexandre Julliard

Use external DirectPlay DLLs by default.

parent 901ca36b
...@@ -76,8 +76,8 @@ static BUILTIN32_DLL BuiltinDLLs[] = ...@@ -76,8 +76,8 @@ static BUILTIN32_DLL BuiltinDLLs[] =
{ &DCIMAN32_Descriptor, FALSE }, { &DCIMAN32_Descriptor, FALSE },
{ &DDRAW_Descriptor, TRUE }, { &DDRAW_Descriptor, TRUE },
{ &DINPUT_Descriptor, TRUE }, { &DINPUT_Descriptor, TRUE },
{ &DPLAY_Descriptor, TRUE }, { &DPLAY_Descriptor, FALSE },
{ &DPLAYX_Descriptor, TRUE }, { &DPLAYX_Descriptor, FALSE },
{ &DSOUND_Descriptor, TRUE }, { &DSOUND_Descriptor, TRUE },
{ &GDI32_Descriptor, TRUE }, { &GDI32_Descriptor, TRUE },
{ &IMAGEHLP_Descriptor, FALSE }, { &IMAGEHLP_Descriptor, FALSE },
......
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