VirtualBox

Changeset 4173 in vbox for trunk/src/VBox/Runtime/math


Ignore:
Timestamp:
Aug 16, 2007 12:23:40 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23663
Message:

Make it build in the linux kernel environment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/math/gcc/quad.h

    r854 r4173  
    6161#else /* iprt */
    6262# include <iprt/types.h>
    63 # include <limits.h>
     63# include <iprt/nocrt/limits.h>
    6464# undef __P
    6565# define __P(a) a
     
    7373#  define _QUAD_LOWWORD         1
    7474# endif
     75# if !defined(RT_OS_LINUX) || !defined(__KERNEL__) /* (linux/types.h defines u_int) */
    7576   typedef unsigned int u_int;
     77# endif
    7678   typedef int64_t quad_t;
    7779   typedef uint64_t u_quad_t;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette