Changeset 84408 in vbox
- Timestamp:
- May 20, 2020 2:29:30 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/VBoxMMNotificationClient.cpp
r83812 r84408 20 20 21 21 #include <iprt/win/windows.h> 22 23 #pragma warning(push)24 #pragma warning(disable: 4201)25 #ifndef DOXYGEN_RUNNING26 # 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 # endif29 #endif30 22 #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. */ 35 26 # undef LOG_GROUP 36 27 #endif
Note:
See TracChangeset
for help on using the changeset viewer.