Changeset 4474 in vbox for trunk/src/VBox/Runtime/math/gcc/quad.h
- Timestamp:
- Aug 31, 2007 7:23:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/math/gcc/quad.h
r4173 r4474 76 76 typedef unsigned int u_int; 77 77 # endif 78 # if !defined(RT_OS_SOLARIS) 78 79 typedef int64_t quad_t; 80 # else 81 # define quad_t int64_t 82 # endif 79 83 typedef uint64_t u_quad_t; 80 84 typedef quad_t *qaddr_t;
Note:
See TracChangeset
for help on using the changeset viewer.