Author: loonycyborg
Date: Mon Jun  9 16:14:18 2008
New Revision: 27064

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27064&view=rev
Log:
Fix compile error on windows which occured if HAVE_CONFIG_H is defined.

Modified:
    trunk/src/filesystem.cpp

Modified: trunk/src/filesystem.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/filesystem.cpp?rev=27064&r1=27063&r2=27064&view=diff
==============================================================================
--- trunk/src/filesystem.cpp (original)
+++ trunk/src/filesystem.cpp Mon Jun  9 16:14:18 2008
@@ -271,7 +271,7 @@
 {
 #ifdef _WIN32
        return get_cwd() + "/translations";
-#endif
+#else
 
 #ifdef USE_INTERNAL_DATA
        return get_cwd() + "/" LOCALEDIR;
@@ -284,6 +284,7 @@
 #endif
 
        return res;
+#endif
 }
 
 std::string get_screenshot_dir()


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to