Changeset 84346 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 18, 2020 6:53:16 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138028
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/mesa/mesa-17.3.9/include/c11/threads.h
r75443 r84346 32 32 #include <time.h> 33 33 #ifdef _MSC_VER 34 # if _MSC_VER >= 1920 /* VBox: VC++ 19.2 / 2019 - The header moved */ 35 struct xtime; /* VBox: VC++ 19.2 dropped the typedef and seems */ 36 typedef struct xtime xtime; /* VBox: to ASSUME the only C++ usage. Sigh. */ 37 # include <xtimec.h> /* VBox */ 38 # else /* VBox */ 34 39 #include <thr/xtimec.h> // for xtime 40 # endif /* VBox */ 35 41 #endif 36 42
Note:
See TracChangeset
for help on using the changeset viewer.