Added testing for _WIN64 when testing for _WIN32

This commit is contained in:
Landon Curt Noll
2021-12-08 12:04:13 -08:00
parent 9f3a7817d3
commit af72992ead
17 changed files with 48 additions and 44 deletions

View File

@@ -3,7 +3,7 @@ The following are the changes from calc version 2.14.0.11 to date:
Fixed a number of typos.
Drop support for SunOS, IRIX and MINGW32_NT-5.0 targets.
Drop support for CLOCK_SGI_CYCLE.
Drop support for CLOCK_SGI_CYCLE. Drop testing for __MSDOS__.
Minor improvement of various help files. Made format of help
files more consistent.
@@ -33,6 +33,10 @@ The following are the changes from calc version 2.14.0.11 to date:
CALC_CHARBIT. Added have_limits.h to determine if <limits.h>
is a system include file.
Test for _WIN64 when testing for _WIN32.
Now assuming that <stdio.h> is availabke under _WIN32 and _WIN64.
The following are the changes from calc version 2.14.0.9 to 2.14.0.10: