diff options
Diffstat (limited to 'compat/cygwin.h')
-rw-r--r-- | compat/cygwin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/cygwin.h b/compat/cygwin.h deleted file mode 100644 index 8e52de4644..0000000000 --- a/compat/cygwin.h +++ /dev/null @@ -1,2 +0,0 @@ -int cygwin_offset_1st_component(const char *path); -#define offset_1st_component cygwin_offset_1st_component |