Skip to content
Snippets Groups Projects
Commit fc43f81f authored by Robert Riggs's avatar Robert Riggs Committed by Alexandre Julliard
Browse files

Use external DirectPlay DLLs by default.

parent 901ca36b
Branches
Tags
No related merge requests found
......@@ -76,8 +76,8 @@ static BUILTIN32_DLL BuiltinDLLs[] =
{ &DCIMAN32_Descriptor, FALSE },
{ &DDRAW_Descriptor, TRUE },
{ &DINPUT_Descriptor, TRUE },
{ &DPLAY_Descriptor, TRUE },
{ &DPLAYX_Descriptor, TRUE },
{ &DPLAY_Descriptor, FALSE },
{ &DPLAYX_Descriptor, FALSE },
{ &DSOUND_Descriptor, TRUE },
{ &GDI32_Descriptor, TRUE },
{ &IMAGEHLP_Descriptor, FALSE },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment