[Liblas-commits] laszip: rename copied symbol from liblas

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Jan 21 13:56:55 EST 2011


details:   http://hg.liblas.orglaszip/rev/053a9e23be31
changeset: 157:053a9e23be31
user:      Howard Butler <hobu.inc at gmail.com>
date:      Fri Jan 21 12:56:49 2011 -0600
description:
rename copied symbol from liblas

diffstat:

 include/laszip/laszipexport.hpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8dc4272c22b5 -r 053a9e23be31 include/laszip/laszipexport.hpp
--- a/include/laszip/laszipexport.hpp	Fri Jan 21 12:14:33 2011 -0600
+++ b/include/laszip/laszipexport.hpp	Fri Jan 21 12:56:49 2011 -0600
@@ -4,7 +4,7 @@
 #define LASZIPEXPORT_H
 
 #ifndef LASZIP_DLL
-#if (defined(_MSC_VER) || defined __CYGWIN__) && !defined(LAS_DISABLE_DLL)
+#if (defined(_MSC_VER) || defined __CYGWIN__) && !defined(LASZIP_DISABLE_DLL)
     #if defined(LASZIP_DLL_EXPORT)
     #   define LASZIP_DLL   __declspec(dllexport)
     #elif defined(LASZIP_DLL_IMPORT)


More information about the Liblas-commits mailing list