VirtualBox

Changeset 89089 in vbox


Ignore:
Timestamp:
May 17, 2021 10:43:13 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144429
Message:

Audio: 32-bit windows build fixes. bugref:9890

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/win/audioclient.h

    r88626 r89089  
    3232#ifdef _MSC_VER
    3333# pragma warning(push)
     34# pragma warning(disable:4668) /* ks.h(1978): warning C4668: '_WIN64' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'  [SDK 7.1] */
    3435# if _MSC_VER >= 1900 /*RT_MSC_VER_VC140*/
    3536#  ifdef __cplusplus
  • trunk/include/iprt/win/endpointvolume.h

    r84406 r89089  
    3232#ifdef _MSC_VER
    3333# pragma warning(push)
    34 # pragma warning(disable: 4201)
     34# pragma warning(disable:4201)
     35# pragma warning(disable:4668) /* ks.h(1978): warning C4668: '_WIN64' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'  [SDK 7.1] */
    3536# if _MSC_VER >= 1900 /*RT_MSC_VER_VC140*/
    3637#  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 */
  • trunk/src/VBox/Devices/Audio/DrvHostAudioDSound.cpp

    r89057 r89089  
    2525#include <iprt/win/windows.h>
    2626#include <dsound.h>
    27 #include <Mmdeviceapi.h>
     27#include <mmdeviceapi.h>
    2828#include <functiondiscoverykeys_devpkey.h>
    2929
  • trunk/src/VBox/Devices/Audio/DrvHostAudioDSoundMMNotifClient.h

    r88853 r89089  
    2424#include <iprt/critsect.h>
    2525#include <iprt/win/windows.h>
    26 
    27 /* Should fix warning in include\ks.h. */
    28 #ifndef _WIN64
    29 # ifdef RT_ARCH_X86
    30 #  define _WIN64 1
    31 # else
    32 #  define _WIN64 0
    33 # endif
    34 #endif
    35 
    36 #include <Mmdeviceapi.h>
     26#include <mmdeviceapi.h>
    3727
    3828#include <VBox/vmm/pdmaudioifs.h>
     
    8373    /** @} */
    8474};
     75
    8576#endif /* !VBOX_INCLUDED_SRC_Audio_DrvHostAudioDSoundMMNotifClient_h */
    8677
  • trunk/src/VBox/Devices/Audio/DrvHostAudioWasApi.cpp

    r89084 r89089  
    2323/*#define INITGUID - defined in VBoxhostAudioDSound.cpp already */
    2424#include <VBox/log.h>
    25 
    26 /* Should fix warning in include\ks.h. */
    27 #ifndef _WIN64
    28 # ifdef RT_ARCH_X86
    29 #  define _WIN64 1
    30 # else
    31 #  define _WIN64 0
    32 # endif
    33 #endif
    34 
    3525#include <iprt/win/windows.h>
    3626#include <Mmdeviceapi.h>
     
    31593149    PDM_DRVREG_VERSION
    31603150};
     3151
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