VirtualBox

Changeset 3231 in vbox for trunk


Ignore:
Timestamp:
Jun 22, 2007 9:37:41 AM (18 years ago)
Author:
vboxsync
Message:

Removed obsolete winmm audio option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r3154 r3231  
    345345        if (fWin)
    346346        {
     347#ifdef VBOX_WITH_WINMM
    347348            RTPrintf(                        "|winmm|dsound");
     349#else
     350            RTPrintf(                        "|dsound");
     351#endif
    348352        }
    349353        if (fLinux)
     
    36893693            }
    36903694#ifdef __WIN__
     3695#ifdef VBOX_WITH_WINMM
    36913696            else if (strcmp(audio, "winmm") == 0)
    36923697            {
     
    36943699                CHECK_ERROR(audioAdapter, COMSETTER(Enabled)(true));
    36953700            }
     3701#endif
    36963702            else if (strcmp(audio, "dsound") == 0)
    36973703            {
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