]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/Folders.cpp
Rename DATADIR to DATA_DIR to avoid conflict
[lugaru.git] / Source / Utils / Folders.cpp
index e845b3f3e0995f700d92ff57a5b0d083828368b9..33d3b15cfdc6c8e8f85e02c1ab81137bb7c86bb7 100644 (file)
@@ -27,11 +27,10 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include <pwd.h>
 #endif
 #if _WIN32
-#include <Windows.h>
-#include <WinBase.h>
+#include <windows.h>
 #endif
 
-const std::string Folders::dataDir = DATADIR;
+const std::string Folders::dataDir = DATA_DIR;
 
 std::string Folders::getScreenshotDir()
 {