Ticket Change Details
Not logged in
Overview

Artifact ID: 8937cf34b482eeb9b21b10a613d6edf2667c85ea
Ticket: ad7b6870864a442babb25b2503e32d4bc97724f4
Prevent duplicate lround() declaration with recent MSVC compilers
User & Date: anonymous 2018-08-24 14:08:02
Changes

  1. foundin changed to: "1.0.5"
  2. 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
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "c3b75d9e7f92313f27c2fb14c2d842d695855501"
  6. severity changed to: "Minor"
  7. status changed to: "Open"
  8. title changed to:
    Prevent duplicate lround() declaration with recent MSVC compilers
    
  9. type changed to: "Build_Problem"