OSDN Git Service

fix for Linux compile.
[meshio/meshio.git] / include / mqo.h
index ec7a8c9..1878689 100644 (file)
@@ -248,9 +248,9 @@ struct IO
 
        bool read(binary::IReader &reader);
        bool read(const char *path);
-//#ifdef _WIN32
+#ifdef _WIN32
        bool read(const wchar_t *path);
-//#endif
+#endif
        bool write(binary::IWriter &writer);
        bool write(const char *path);
 };