Use external DirectPlay DLLs by default.

oldstable
Robert Riggs 1999-01-20 13:46:39 +00:00 committed by Alexandre Julliard
parent 901ca36b19
commit fc43f81f3f
1 changed files with 2 additions and 2 deletions

View File

@ -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 },