X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fwindows%2Futils.cpp;h=f38d1921146686f4f3db2296e9b37b905ca8d2aa;hb=cbe2cb6c2ea41b3e264ec9e3c4978483c5758962;hp=66699aaf0bc2229d3782116539e50213b90214d1;hpb=1787d4928ac1285f5434a2c8d0676deea9ce9176;p=libs%2Fcore.git diff --git a/source/fs/windows/utils.cpp b/source/fs/windows/utils.cpp index 66699aa..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 unsupported("no symbolic links on win32"); + throw unsupported("readlink"); } Path realpath(const Path &path)