Changeset 640
- Timestamp:
- 05/02/08 00:08:43 (14 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
apps/lascommon.c (modified) (1 diff)
-
include/liblas/cstdint.hpp (modified) (1 diff)
-
src/las_c_api.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/apps/lascommon.c
r623 r640 507 507 } 508 508 } 509 510 509 } 510 -
trunk/include/liblas/cstdint.hpp
r378 r640 112 112 #ifndef UINT64_C 113 113 # if ULONG_MAX != 0xffffffff 114 # if ULONG_MAX == 18446744073709551615 / / 2**64 - 1114 # if ULONG_MAX == 18446744073709551615 /* 2**64 - 1 */ 115 115 typedef long int64_t; 116 116 typedef unsigned long uint64_t; -
trunk/src/las_c_api.cpp
r626 r640 1210 1210 1211 1211 LAS_C_END 1212
