Overview
Artifact ID: | 8937cf34b482eeb9b21b10a613d6edf2667c85ea |
---|---|
Ticket: | ad7b6870864a442babb25b2503e32d4bc97724f4
Prevent duplicate lround() declaration with recent MSVC compilers |
User & Date: | anonymous 2018-08-24 14:08:02 |
Changes
- foundin changed to: "1.0.5"
- icomment:
With Visual Studio 15.8.1 (msvc 2017), the following changes must be made to have a successful compile: - in nmake.opt add: MSVC_VER=1910 - in freexl.c on line#92 change to: #if defined(_WIN32) && !defined(__MINGW32__) && $(MSVC_VER) < 1800
- login: "anonymous"
- mimetype: "text/x-fossil-plain"
- private_contact changed to: "c3b75d9e7f92313f27c2fb14c2d842d695855501"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to:
Prevent duplicate lround() declaration with recent MSVC compilers
- type changed to: "Build_Problem"