VirtualBox

Changeset 83871 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Apr 20, 2020 11:02:05 PM (5 years ago)
Author:
vboxsync
Message:

/Config.kmk,FE/Qt/precomp_vcc.h: VC++ 14.1 Qt adjustments. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/precomp_vcc.h

    r82968 r83871  
    4242#include <qarraydata.h>
    4343#include <qatomic.h>
    44 #include <qatomic_msvc.h>
     44#if _MSC_VER < 1910 /* Conflicts with qatomic_cxx11.h which is dragged in above somewhere. */
     45# include <qatomic_msvc.h>
     46#endif
    4547#include <qbasicatomic.h>
    4648#include <qbytearray.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