Changeset 34780 in vbox
- Timestamp:
- Dec 7, 2010 2:01:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r34130 r34780 461 461 } 462 462 463 #ifdef VBOX_WITH_WDDM 463 464 DWORD vboxDispIfResizeModesWDDM(PCVBOXDISPIF const pIf, DISPLAY_DEVICE *paDisplayDevices, DEVMODE *paDeviceModes, UINT cDevModes) 464 465 { … … 586 587 return winEr; 587 588 } 589 #endif /* VBOX_WITH_WDDM */ 588 590 589 591 DWORD VBoxDispIfResizeModes(PCVBOXDISPIF const pIf, DISPLAY_DEVICE *paDisplayDevices, DEVMODE *paDeviceModes, UINT cDevModes)
Note:
See TracChangeset
for help on using the changeset viewer.