VirtualBox

Changeset 84408 in vbox


Ignore:
Timestamp:
May 20, 2020 2:29:30 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138105
Message:

VBoxMMNotificationClient.cpp: Use newly added wrapper for the problematic header (endpointvolume.h). bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/VBoxMMNotificationClient.cpp

    r83812 r84408  
    2020
    2121#include <iprt/win/windows.h>
    22 
    23 #pragma warning(push)
    24 #pragma warning(disable: 4201)
    25 #ifndef DOXYGEN_RUNNING
    26 # if RT_MSC_PREREQ(RT_MSC_VER_VC141)
    27 #  pragma warning(disable: 4091) /* v7.1\include\ksmedia.h(4356): warning C4091: 'typedef ': ignored on left of '<unnamed-enum-KSEVENT_DYNAMIC_FORMAT_CHANGE>' when no variable is declared */
    28 # endif
    29 #endif
    3022#include <mmdeviceapi.h>
    31 #include <endpointvolume.h>
    32 #pragma warning(pop)
    33 
    34 #ifdef LOG_GROUP
     23#include <iprt/win/endpointvolume.h>
     24
     25#ifdef LOG_GROUP  /** @todo r=bird: wtf? Put it before all other includes like you're supposed to. */
    3526# undef LOG_GROUP
    3627#endif
Note: See TracChangeset for help on using the changeset viewer.

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