VirtualBox

Changeset 84346 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
May 18, 2020 6:53:16 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138028
Message:

Add/Mesa: VC++ 19.2 build adjustment. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/3D/mesa/mesa-17.3.9/include/c11/threads.h

    r75443 r84346  
    3232#include <time.h>
    3333#ifdef _MSC_VER
     34# if _MSC_VER >= 1920       /* VBox: VC++ 19.2 / 2019 - The header moved */
     35struct xtime;               /* VBox: VC++ 19.2 dropped the typedef and seems */
     36typedef struct xtime xtime; /* VBox: to ASSUME the only C++ usage. Sigh. */
     37#  include <xtimec.h>       /* VBox */
     38# else                      /* VBox */
    3439#include <thr/xtimec.h>  // for xtime
     40# endif                     /* VBox */
    3541#endif
    3642
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