diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2002-09-04 13:11:29 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2002-09-04 13:11:29 +0000 |
commit | 03dc3df581744715c07b2bd742a8cb440b3a20de (patch) | |
tree | 9b70c05789bc4d715a482a8b007fd483131d7d9a /winsup/cygwin/path.h | |
parent | c309557a9fc0f67299412beb8727ec0c6053f67e (diff) | |
download | cygnal-03dc3df581744715c07b2bd742a8cb440b3a20de.tar.gz cygnal-03dc3df581744715c07b2bd742a8cb440b3a20de.tar.bz2 cygnal-03dc3df581744715c07b2bd742a8cb440b3a20de.zip |
* Makefile.in (DLL_OFILES): Drop shortcut.o.
* path.cc: Move all shortcut functions from shortcut.c to here.
(check_shortcut): Implement without using COM interface.
* path.h: Move definition of SHORTCUT_HDR_SIZE to here.
* shortcut.c: Remove.
* shortcut.h: Ditto.
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r-- | winsup/cygwin/path.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index f9f55035e..c8bb7cead 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -170,6 +170,9 @@ class path_conv /* Socket marker */ #define SOCKET_COOKIE "!<socket >" +/* The sizeof header written to a shortcut by Cygwin or U/WIN. */ +#define SHORTCUT_HDR_SIZE 76 + /* Maximum depth of symlinks (after which ELOOP is issued). */ #define MAX_LINK_DEPTH 10 int __stdcall slash_unc_prefix_p (const char *path) __attribute__ ((regparm(1))); |