X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ffs%2Fwindows%2Futils.cpp;h=a1c25136908d11a3248084fdce59f794490a5dcf;hb=3ba20e3ddde250a78ab2410012551eb60304f766;hp=ca9e7aa0f11f333f6710b93f48c1f86b3e62e7f9;hpb=609c9a508cfdc7b42c46c4f21d17639204165a00;p=libs%2Fcore.git diff --git a/source/fs/windows/utils.cpp b/source/fs/windows/utils.cpp index ca9e7aa..a1c2513 100644 --- a/source/fs/windows/utils.cpp +++ b/source/fs/windows/utils.cpp @@ -1,4 +1,5 @@ -#include +#include +#include #include #include "dir.h" #include "utils.h" @@ -11,7 +12,7 @@ namespace FS { Path readlink(const Path &link) { (void)link; - throw logic_error("no symbolic links on win32"); + throw unsupported("readlink"); } Path realpath(const Path &path)