aboutsummaryrefslogtreecommitdiff
path: root/ports/pdal/fix-CPL_DLL.patch
blob: ef7c26472731943e99649c3135acd397301ea74d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/io/GeotiffSupport.cpp b/io/GeotiffSupport.cpp
index 7b75818..909992d 100644
--- a/io/GeotiffSupport.cpp
+++ b/io/GeotiffSupport.cpp
@@ -43,8 +43,8 @@ PDAL_C_START
 
 // These functions are available from GDAL, but they
 // aren't exported.
-char CPL_DLL * GTIFGetOGISDefn(GTIF*, GTIFDefn*);
-int CPL_DLL GTIFSetFromOGISDefn(GTIF*, const char*);
+char GTIF_DLL * GTIFGetOGISDefn(GTIF*, GTIFDefn*);
+int GTIF_DLL GTIFSetFromOGISDefn(GTIF*, const char*);
 
 PDAL_C_END