Changeset 99892 in vbox
- Timestamp:
- May 22, 2023 11:20:19 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibRuntimeXF86.cpp
r99876 r99892 47 47 extern "C" { 48 48 # define XFree86LOADER 49 # if defRT_GNUC_PREREQ(13,0) /* cmath gets dragged in and the c++/13/cmath header is allergic to -ffreestanding. */49 # if RT_GNUC_PREREQ(13,0) /* cmath gets dragged in and the c++/13/cmath header is allergic to -ffreestanding. */ 50 50 # define _GLIBCXX_INCLUDE_NEXT_C_HEADERS 51 51 # endif
Note:
See TracChangeset
for help on using the changeset viewer.