VirtualBox

Changeset 89084 in vbox for trunk


Ignore:
Timestamp:
May 17, 2021 9:43:35 AM (4 years ago)
Author:
vboxsync
Message:

Audio/DrvHostAudioWasApi.cpp: Should fix warning in include\ks.h. ​bugref:9890

File:
1 edited

Legend:

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

    r89081 r89084  
    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
    2535#include <iprt/win/windows.h>
    2636#include <Mmdeviceapi.h>
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