From 007e23d6390af11582e55453269b7a51c723d2dd Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 4 Aug 2022 16:58:50 +0200 Subject: Cygwin: Reorganize cygwin source dir Create subdirs and move files accordingly: - DevDocs: doc files - fhandler: fhandler sources, split fhandler.cc into base.cc and null.cc - local_includes: local include files - scripts: scripts called during build - sec: security sources Signed-off-by: Corinna Vinschen --- winsup/cygwin/cygwin_version.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 winsup/cygwin/cygwin_version.h (limited to 'winsup/cygwin/cygwin_version.h') diff --git a/winsup/cygwin/cygwin_version.h b/winsup/cygwin/cygwin_version.h deleted file mode 100644 index 8e2c4022a..000000000 --- a/winsup/cygwin/cygwin_version.h +++ /dev/null @@ -1,29 +0,0 @@ -/* cygwin_version.h: shared info for cygwin - -This file is part of Cygwin. - -This software is a copyrighted work licensed under the terms of the -Cygwin license. Please consult the file "CYGWIN_LICENSE" for -details. */ - -#include - -extern "C" { -/* This is for programs that want to access the shared data. */ -class shared_info *cygwin_getshared (void); - -struct cygwin_version_info -{ - unsigned short api_major; - unsigned short api_minor; - unsigned short dll_major; - unsigned short dll_minor; - unsigned short shared_data; - unsigned short mount_registry; - const char *dll_build_date; - char shared_id[sizeof (CYGWIN_VERSION_DLL_IDENTIFIER) + 64]; -}; - -extern cygwin_version_info cygwin_version; -extern const char *cygwin_version_strings; -} -- cgit v1.2.3