mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Added testing for _WIN64 when testing for _WIN32
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user