X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fwindows%2Futils.cpp;h=f38d1921146686f4f3db2296e9b37b905ca8d2aa;hb=cbe2cb6c2ea41b3e264ec9e3c4978483c5758962;hp=ca9e7aa0f11f333f6710b93f48c1f86b3e62e7f9;hpb=609c9a508cfdc7b42c46c4f21d17639204165a00;p=libs%2Fcore.git diff --git a/source/fs/windows/utils.cpp b/source/fs/windows/utils.cpp index ca9e7aa..f38d192 100644 --- a/source/fs/windows/utils.cpp +++ b/source/fs/windows/utils.cpp @@ -1,4 +1,5 @@ #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)