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