]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/windows/seekable.cpp
Add move semantics to Variant
[libs/core.git] / source / io / windows / seekable.cpp
index 73c5cc51bc2824718bab9fb0af1591ddc0464b9b..3756cf1a7d44c937755158167d95ed616ef6712b 100644 (file)
@@ -1,4 +1,4 @@
-#include <windows.h>
+#include <msp/core/winapi.h>
 #include <msp/core/systemerror.h>
 #include "handle.h"
 #include "handle_private.h"
@@ -19,7 +19,7 @@ int sys_seek_type(SeekType st)
        else if(st==S_END)
                return FILE_END;
 
-       throw invalid_argument("sys_seek_type");
+       throw invalid_argument("IO::sys_seek");
 }
 
 }