mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 13:03:47 +00:00
forget add ASSERT for pHalInfo->GetDriverInfo if the drv does not set this, the dx will not be activated.
svn path=/trunk/; revision=32921
This commit is contained in:
parent
449827d222
commit
624117705d
1 changed files with 1 additions and 4 deletions
|
@ -172,9 +172,6 @@ Test_NtGdiDdQueryDirectDrawObject(PTESTINFO pti)
|
|||
// pHalInfo->vmiData->dwAlphaAlign
|
||||
|
||||
/* the primary display address */
|
||||
|
||||
/* test see if it in kmode memory or not, t */
|
||||
RTEST(pHalInfo->vmiData.pvPrimary != 0 );
|
||||
RTEST( ( (DWORD)pHalInfo->vmiData.pvPrimary & (~0x80000000)) != 0 );
|
||||
|
||||
/* test see if we got back the pvmList here
|
||||
|
@ -203,7 +200,7 @@ Test_NtGdiDdQueryDirectDrawObject(PTESTINFO pti)
|
|||
|
||||
/* point to kmode direcly to the graphic drv, the drv is kmode and it is kmode address we getting back*/
|
||||
RTEST( ( (DWORD)pHalInfo->GetDriverInfo & (~0x80000000)) != 0 );
|
||||
|
||||
ASSERT( ((DWORD)pHalInfo->GetDriverInfo & (~0x80000000)) != 0 );
|
||||
|
||||
/* the pHalInfo->ddCaps.ddsCaps.dwCaps & DDSCAPS_3DDEVICE will be ignore, only way detect it proper follow code,
|
||||
* this will be fill in of all drv, it is not only for 3d stuff, this always fill by win32k.sys or dxg.sys depns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue