[newlib-cygwin] Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES macro
Corinna Vinschen
corinna@sourceware.org
Wed Aug 3 14:05:55 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dcd78ece4586f6e37938c9cfd006159fbefcd1ff
commit dcd78ece4586f6e37938c9cfd006159fbefcd1ff
Author: Corinna Vinschen <corinna@vinschen.de>
Date: Wed Aug 3 15:50:52 2022 +0200
Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES macro
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diff:
---
winsup/cygwin/include/cygwin/version.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 0d55d8292..be50be988 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -34,9 +34,6 @@ details. */
#define CYGWIN_VERSION_USER_API_VERSION_COMBINED \
CYGWIN_VERSION_PER_PROCESS_API_VERSION_COMBINED (user_data)
-#define CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES \
- (CYGWIN_VERSION_USER_API_VERSION_COMBINED >= 79)
-
#define CYGWIN_VERSION_CHECK_FOR_USING_ANCIENT_MSGHDR \
(CYGWIN_VERSION_USER_API_VERSION_COMBINED <= 138)
More information about the Cygwin-cvs
mailing list