Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-08-03 17:04:42 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-08-03 17:04:42 +0300
commitdad3dd33ab2b3241f4e89c3ee7da5df53534d022 (patch)
treef76dc4b886e8061ceab4ea1b8e808775ba7381d4
parent12360f10ff4228288491d611c6897ee0f3781acc (diff)
Cygwin: version.h: document API_VERSION of the first 64 bit build
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index c8b19fc09..8f37f4b25 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -34,6 +34,9 @@ details. */
#define CYGWIN_VERSION_USER_API_VERSION_COMBINED \
CYGWIN_VERSION_PER_PROCESS_API_VERSION_COMBINED (user_data)
+/* Please note that the first API_VERSION of the 64 bit build was 0.263.
+ For macros checking for older versions, bisect the git repo. */
+
#define CYGWIN_VERSION_CHECK_FOR_EXTRA_TM_MEMBERS \
(CYGWIN_VERSION_USER_API_VERSION_COMBINED >= 272)