Changeset 862
- Timestamp:
- 08/22/08 12:03:09 (3 months ago)
- Files:
-
- 1 modified
-
trunk/apps/las2ogr.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/apps/las2ogr.cpp
r775 r862 10 10 // http://www.opensource.org/licenses/bsd-license.php) 11 11 // 12 #ifdef HAVE_GDAL 12 13 #if defined(_MSC_VER) && defined(USE_VLD) 13 14 #include <vld.h> … … 371 372 return rc; 372 373 } 373 374 #endif // #ifdef HAVE_GDAL 375
