VirtualBox

Changeset 27240 in vbox for trunk/src


Ignore:
Timestamp:
Mar 10, 2010 10:44:06 AM (15 years ago)
Author:
vboxsync
Message:

wddm: compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp

    r27239 r27240  
    19931993    /* Use primary device extension, because the show pointer request should be processed
    19941994     * in vboxUpdatePointerShape regardless of the device. */
     1995#ifndef VBOXWDDM
    19951996    PDEVICE_EXTENSION PrimaryExtension = ((PDEVICE_EXTENSION)HwDeviceExtension)->pPrimary;
     1997#else
     1998    PDEVICE_EXTENSION PrimaryExtension = (PDEVICE_EXTENSION)HwDeviceExtension;
     1999#endif
     2000
    19962001    if (DEV_MOUSE_HIDDEN(PrimaryExtension))
    19972002    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette