VirtualBox

Changeset 87261 in vbox for trunk/include/VBox/Graphics


Ignore:
Timestamp:
Jan 15, 2021 11:13:04 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142220
Message:

VBoxVideoIPRT.h: Don't include asm-amd64-x86.h unless we're targeting either of those - causes trouble compiling Main, so someone is including too much. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/Graphics/VBoxVideoIPRT.h

    r82968 r87261  
    4343#include <iprt/types.h>
    4444
    45 #if !defined VBOX_XPDM_MINIPORT && !defined RT_OS_OS2
     45#if !defined VBOX_XPDM_MINIPORT && !defined RT_OS_OS2 && (defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86))
    4646# include <iprt/asm-amd64-x86.h>
    4747#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