Changeset 862 for trunk/apps/las2ogr.cpp

Show
Ignore:
Timestamp:
08/22/08 12:03:09 (5 months ago)
Author:
mloskot
Message:

Wrapped the whole body of las2ogr.cpp with #ifdef HAVE_GDAL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/apps/las2ogr.cpp

    r775 r862  
    1010// http://www.opensource.org/licenses/bsd-license.php) 
    1111// 
     12#ifdef HAVE_GDAL 
    1213#if defined(_MSC_VER) && defined(USE_VLD) 
    1314#include <vld.h> 
     
    371372    return rc; 
    372373} 
    373  
     374#endif // #ifdef HAVE_GDAL 
     375