Changeset 96188 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Aug 13, 2022 1:15:24 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strtofloat.cpp
r96186 r96188 41 41 #if !defined(_MSC_VER) || !defined(IPRT_NO_CRT) /** @todo fix*/ 42 42 # include <fenv.h> 43 #endif 44 #ifndef INFINITY /* Not defined on older Solaris (like the one in the add build VM). */ 45 # define INFINITY HUGE_VALF 43 46 #endif 44 47
Note:
See TracChangeset
for help on using the changeset viewer.