Changeset 4173 in vbox for trunk/src/VBox/Runtime/math
- Timestamp:
- Aug 16, 2007 12:23:40 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23663
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/math/gcc/quad.h
r854 r4173 61 61 #else /* iprt */ 62 62 # include <iprt/types.h> 63 # include < limits.h>63 # include <iprt/nocrt/limits.h> 64 64 # undef __P 65 65 # define __P(a) a … … 73 73 # define _QUAD_LOWWORD 1 74 74 # endif 75 # if !defined(RT_OS_LINUX) || !defined(__KERNEL__) /* (linux/types.h defines u_int) */ 75 76 typedef unsigned int u_int; 77 # endif 76 78 typedef int64_t quad_t; 77 79 typedef uint64_t u_quad_t;
Note:
See TracChangeset
for help on using the changeset viewer.