]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/windows/utils.cpp
Add move semantics to Variant
[libs/core.git] / source / fs / windows / utils.cpp
index 66699aaf0bc2229d3782116539e50213b90214d1..a1c25136908d11a3248084fdce59f794490a5dcf 100644 (file)
@@ -1,4 +1,5 @@
-#include <windows.h>
+#include <msp/core/winapi.h>
+#include <msp/core/except.h>
 #include <msp/core/systemerror.h>
 #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)