mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
e99d61570b
* [gdal] Update to 3.7.0 * [pdal] Fix build with gdal 3.7
14 lines
410 B
Diff
14 lines
410 B
Diff
diff --git a/io/OptechReader.cpp b/io/OptechReader.cpp
|
|
index bd12e70..2b7846b 100644
|
|
--- a/io/OptechReader.cpp
|
|
+++ b/io/OptechReader.cpp
|
|
@@ -60,7 +60,7 @@ std::string OptechReader::getName() const
|
|
return s_info.name;
|
|
}
|
|
|
|
-#ifndef _WIN32
|
|
+#ifndef _MSC_VER
|
|
const size_t OptechReader::MaximumNumberOfReturns;
|
|
const size_t OptechReader::MaxNumRecordsInBuffer;
|
|
const size_t OptechReader::NumBytesInRecord;
|