]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Resource.cc
destroyed global classes; view hierarchy instead
[chaz/yoink] / src / Moof / Resource.cc
index ca127a9be54a101f6b501ecdc408cc6f9db4edb0..b04acd78f0c9d7e00424577602926fbf39151d3c 100644 (file)
@@ -48,7 +48,7 @@ void Resource::addSearchPaths(const std::vector<std::string>& path)
                        onePath += '/';
                }
 
-#if defined(_WIN32) || defined(__WIN32__)
+#if defined(_WIN32)
                boost::replace_all(onePath, "/", "\\");
 #endif
 
@@ -64,7 +64,7 @@ std::string Resource::getPath(const std::string& name)
 
        std::string path(name);
 
-#if defined(_WIN32) || defined(__WIN32__)
+#if defined(_WIN32)
        boost::replace_all(path, "/", "\\");
 #endif
 
This page took 0.01664 seconds and 4 git commands to generate.