[Liblas-commits] laszip: 2 new changesets
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Dec 15 09:40:11 EST 2010
changeset 54e070c6c466 in /Volumes/Data/www/liblas.org/laszip
details: http://hg.liblas.orglaszip?cmd=changeset;node=54e070c6c466
summary: merge
changeset 74cc4311b468 in /Volumes/Data/www/liblas.org/laszip
details: http://hg.liblas.orglaszip?cmd=changeset;node=74cc4311b468
summary: merge
diffstat:
include/laszip/laszipper.hpp | 2 +-
src/bytestreamin_istream.hpp | 2 +-
src/bytestreamout_ostream.hpp | 2 +-
tools/laszippertest.cpp | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diffs (48 lines):
diff -r 70aa87413dcb -r 74cc4311b468 include/laszip/laszipper.hpp
--- a/include/laszip/laszipper.hpp Wed Dec 15 05:11:54 2010 -0800
+++ b/include/laszip/laszipper.hpp Wed Dec 15 08:39:58 2010 -0600
@@ -48,7 +48,7 @@
#include <stdio.h>
-#ifdef _MSC_VER
+#if _MSC_VER < 1300
#include <ostream.h>
#else
#include <fstream>
diff -r 70aa87413dcb -r 74cc4311b468 src/bytestreamin_istream.hpp
--- a/src/bytestreamin_istream.hpp Wed Dec 15 05:11:54 2010 -0800
+++ b/src/bytestreamin_istream.hpp Wed Dec 15 08:39:58 2010 -0600
@@ -46,7 +46,7 @@
#include "bytestreamin.hpp"
-#ifdef _MSC_VER
+#if _MSC_VER < 1300
#include <istream.h>
#else
#include <fstream>
diff -r 70aa87413dcb -r 74cc4311b468 src/bytestreamout_ostream.hpp
--- a/src/bytestreamout_ostream.hpp Wed Dec 15 05:11:54 2010 -0800
+++ b/src/bytestreamout_ostream.hpp Wed Dec 15 08:39:58 2010 -0600
@@ -46,7 +46,7 @@
#include "bytestreamout.hpp"
-#ifdef _MSC_VER
+#if _MSC_VER < 1300
#include <ostream.h>
#else
#include <fstream>
diff -r 70aa87413dcb -r 74cc4311b468 tools/laszippertest.cpp
--- a/tools/laszippertest.cpp Wed Dec 15 05:11:54 2010 -0800
+++ b/tools/laszippertest.cpp Wed Dec 15 08:39:58 2010 -0600
@@ -48,7 +48,7 @@
#include "laszipper.hpp"
#include "lasunzipper.hpp"
-#ifdef _MSC_VER
+#if _MSC_VER < 1300
#include <istream.h>
#include <ostream.h>
#include <fstream.h>
More information about the Liblas-commits
mailing list