VirtualBox

Changeset 95923 in vbox for trunk/include/iprt/nocrt


Ignore:
Timestamp:
Jul 28, 2022 10:45:23 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152678
Message:

iprt/nocrt/math.h: Quick hack to make the header semi usable with Visual C++. bugref:10261

File:
1 edited

Legend:

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

    r93115 r95923  
    4646#endif
    4747
    48 #if !defined(__GNUC__) /* && !defined(__YOUR_COMPILER__) */
    49 # error "IPRT: Adjust this header for your compiler"
    50 #endif
    51 
    5248#include <iprt/types.h>
    5349/*#include <machine/_limits.h>*/
     
    9187#endif
    9288
    93 #if 1/* __ISO_C_VISIBLE >= 1999*/
     89#if 1 && !defined(_MSC_VER) /* __ISO_C_VISIBLE >= 1999*/ /** @todo Adjust section for MSC */
    9490#define FP_ILOGB0   (-__INT_MAX)
    9591#define FP_ILOGBNAN __INT_MAX
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