mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
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;
|