mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
remove a dprint that is not lonnger need it
svn path=/trunk/; revision=26886
This commit is contained in:
parent
45333a49c3
commit
ec5f57ddaf
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ intEnableDriver(PDD_DIRECTDRAW pDirectDraw)
|
|||
*/
|
||||
if (pDirectDraw->DrvGetDirectDrawInfo)
|
||||
{
|
||||
DPRINT1("if u are using vmware driver and see this msg, please repot this\n");
|
||||
success = pDirectDraw->DrvGetDirectDrawInfo( pDirectDraw->Global.dhpdev,
|
||||
&HalInfo,
|
||||
&pDirectDraw->dwNumHeaps,
|
||||
|
|
Loading…
Reference in a new issue