From 347d35a8c06869627fb1fbf2df494b662e84426b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 8 Mar 2025 17:08:54 +0100 Subject: Update README and configure related stuff for 1.5.0 - remove configure stuff from more README files - move documentation/README.txt to README.documentation.txt --- src/Fl_win32.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index e7539737f..960638887 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,7 +1,7 @@ // // Windows-specific code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2024 by Bill Spitzak and others. +// Copyright 1998-2025 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -105,8 +105,8 @@ extern void fl_cleanup_pens(void); // MSVC 2010 can't find round() although is included above, // which is surprising because ceil() works fine. -// We could (should?) probably add configure/CMake feature tests for -// round() and ceil() rather than depending on MSVC version numbers. +// We could (should?) probably add CMake feature tests for round() +// and ceil() rather than depending on MSVC version numbers. // AlbrechtS, 02/2010 - Note: we don't know about MSVC 2012 - 2015, see // https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros -- cgit v1.2.3