blob: 4e10d8ac10e695fbaff584e4c1b4f74e15b042ed [file] [log] [blame]
#if defined (__MINGW32__) || defined (__CYGWIN__)
#include "windows/relpath.c"
#elif defined (__AROS__)
#include "aros/relpath.c"
#else
#include "unix/relpath.c"
#endif