X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd1bc7fcb319961b88a05d55ebcaaea6da3f9f95..c0fbf24ba6abc81db66ead334d69af670a8ec5a7:/include/wx/filefn.h diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 393abee3a1..e590ff3fe8 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -270,12 +270,15 @@ WXDLLEXPORT bool wxRmdir(const wxString& dir, int flags = 0); #define wxPATH_SEP_MAC wxT(";") // platform independent versions -#if defined(__UNIX__) +#if defined(__UNIX__) && !defined(__CYGWIN__) #define wxFILE_SEP_PATH wxFILE_SEP_PATH_UNIX #define wxPATH_SEP wxPATH_SEP_UNIX #elif defined(__MAC__) #define wxFILE_SEP_PATH wxFILE_SEP_PATH_MAC #define wxPATH_SEP wxPATH_SEP_MAC +#elif defined(__CYGWIN__) // Cygwin + #define wxFILE_SEP_PATH wxFILE_SEP_PATH_DOS + #define wxPATH_SEP wxPATH_SEP_UNIX #else // Windows and OS/2 #define wxFILE_SEP_PATH wxFILE_SEP_PATH_DOS #define wxPATH_SEP wxPATH_SEP_DOS