Changeset 54231 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Feb 17, 2015 1:18:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r54230 r54231 1315 1315 #ifndef VBOX_WITH_PDM_AUDIO_DRIVER 1316 1316 PPDMIAUDIOSNIFFERPORT pPort = pServer->mConsole->i_getAudioSniffer()->getAudioSnifferPort(); 1317 #endif 1318 1317 #else 1319 1318 AudioVRDE *pVRDE = pServer->mConsole->i_getAudioVRDE(); 1320 1319 if (!pVRDE) /* Nothing to do, bail out early. */ 1321 1320 return; 1321 #endif 1322 1322 1323 1323 switch (u32Event)
Note:
See TracChangeset
for help on using the changeset viewer.