openssh-portable/contrib/win32/win32compat/misc_internal.h

4 lines
141 B
C
Raw Normal View History

#define PATH_MAX MAX_PATH
/* removes first '/' for Windows paths that are unix styled. Ex: /c:/ab.cd */
char * sanitized_path(const char *);