[Liblas-commits] laszip: actually rename export.hpp to
laszipexport.hpp
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Jan 12 10:01:28 EST 2011
details: http://hg.liblas.orglaszip/rev/00a9692d91e2
changeset: 135:00a9692d91e2
user: Howard Butler <hobu.inc at gmail.com>
date: Wed Jan 12 09:01:15 2011 -0600
description:
actually rename export.hpp to laszipexport.hpp
diffstat:
include/laszip/export.hpp | 23 -----------------------
include/laszip/laszipexport.hpp | 23 +++++++++++++++++++++++
2 files changed, 23 insertions(+), 23 deletions(-)
diffs (54 lines):
diff -r 07a1360eb1dc -r 00a9692d91e2 include/laszip/export.hpp
--- a/include/laszip/export.hpp Wed Jan 12 06:22:34 2011 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-/* DLL export definitions for LASzip */
-
-#ifndef LASZIPEXPORT_H
-#define LASZIPEXPORT_H
-
-#ifndef LASZIP_DLL
-#if (defined(_MSC_VER) || defined __CYGWIN__) && !defined(LAS_DISABLE_DLL)
- #if defined(LASZIP_DLL_EXPORT)
- # define LASZIP_DLL __declspec(dllexport)
- #elif defined(LASZIP_DLL_IMPORT)
- # define LASZIP_DLL __declspec(dllimport)
- #endif
-#else
- # if defined(USE_GCC_VISIBILITY_FLAG)
- # define LASZIP_DLL __attribute__ ((visibility("default")))
- # else
- # define LASZIP_DLL
- # endif
-#endif
-#endif
-
-
-#endif
diff -r 07a1360eb1dc -r 00a9692d91e2 include/laszip/laszipexport.hpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/include/laszip/laszipexport.hpp Wed Jan 12 09:01:15 2011 -0600
@@ -0,0 +1,23 @@
+/* DLL export definitions for LASzip */
+
+#ifndef LASZIPEXPORT_H
+#define LASZIPEXPORT_H
+
+#ifndef LASZIP_DLL
+#if (defined(_MSC_VER) || defined __CYGWIN__) && !defined(LAS_DISABLE_DLL)
+ #if defined(LASZIP_DLL_EXPORT)
+ # define LASZIP_DLL __declspec(dllexport)
+ #elif defined(LASZIP_DLL_IMPORT)
+ # define LASZIP_DLL __declspec(dllimport)
+ #endif
+#else
+ # if defined(USE_GCC_VISIBILITY_FLAG)
+ # define LASZIP_DLL __attribute__ ((visibility("default")))
+ # else
+ # define LASZIP_DLL
+ # endif
+#endif
+#endif
+
+
+#endif
More information about the Liblas-commits
mailing list