VirtualBox

Changeset 95975 in vbox for trunk/include/iprt/nocrt/math.h


Ignore:
Timestamp:
Aug 2, 2022 12:55:08 AM (2 years ago)
Author:
vboxsync
Message:

include/iprt/nocrt: Prototyped a whole bunch of things to make mesa (almost) compile. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/math.h

    r95923 r95975  
    8787#endif
    8888
    89 #if 1 && !defined(_MSC_VER) /* __ISO_C_VISIBLE >= 1999*/ /** @todo Adjust section for MSC */
     89#if 1 /* __ISO_C_VISIBLE >= 1999*/
    9090#define FP_ILOGB0   (-__INT_MAX)
    9191#define FP_ILOGBNAN __INT_MAX
     
    103103#endif /* __MATH_BUILTIN_CONSTANTS */
    104104
     105#ifndef IPRT_NO_CRT
    105106#define MATH_ERRNO  1
     107#endif
    106108#define MATH_ERREXCEPT  2
    107109#define math_errhandling    MATH_ERREXCEPT
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