mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
revert 21677 this change are not need, I comfrim vmware own graphice driver do not release the dx interface in windows xp/2003 or higher.
I remove so vmware drv getting dx interfae, this enabler windows xp graphice drv again. sorry no dx hardware acclations from vmware any longer. svn path=/trunk/; revision=26285
This commit is contained in:
parent
c74fbaf787
commit
fc7ad40506
1 changed files with 2 additions and 2 deletions
|
@ -500,7 +500,7 @@ IntPrepareDriver()
|
|||
/* Call DDI driver's EnableDriver function */
|
||||
RtlZeroMemory(&DED, sizeof(DED));
|
||||
|
||||
if (! GDEnableDriver(DDI_DRIVER_VERSION_NT5, sizeof(DED), &DED))
|
||||
if (! GDEnableDriver(DDI_DRIVER_VERSION_NT5_01, sizeof(DED), &DED))
|
||||
{
|
||||
DPRINT("DrvEnableDriver failed for %S\n", CurrentName);
|
||||
}
|
||||
|
@ -2602,7 +2602,7 @@ IntEnumDisplaySettings(
|
|||
/* Call DDI driver's EnableDriver function */
|
||||
RtlZeroMemory(&DrvEnableData, sizeof (DrvEnableData));
|
||||
|
||||
if (!GDEnableDriver(DDI_DRIVER_VERSION_NT5, sizeof (DrvEnableData), &DrvEnableData))
|
||||
if (!GDEnableDriver(DDI_DRIVER_VERSION_NT5_01, sizeof (DrvEnableData), &DrvEnableData))
|
||||
{
|
||||
DPRINT("DrvEnableDriver failed for %S\n", CurrentName);
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue