Kelvin Lee

Results 4 issues of Kelvin Lee

AVRO-2955: Avro-C: Support all Visual Studio versions from 2010 to 2019 Fix compiling using Visual Studio 2010|2013|2015|2017|2019. Fix building using either cmake/ninja or cmake/visualstudio. Fix testing using cmake/ninja. Improve Windows...

C

Nothing fancy. Cloned from vc14 and simply upgrade platform toolset.

Fixed some sln/vcxproj files to use what Visual Studio would generate. (using CRLF) Added UTF-8-BOM and the leading blank line to DotZLib.sln.

The 2 entry points (`adler32_combine64()` and `crc32_combine64()`) are in the export .def file. But if builing DLL without using the .def file, `__declspec(dllexport)` (behind `ZEXTERN`/`ZEXPORT`) is not in effect for...