summaryrefslogtreecommitdiff
path: root/src/fs/specialfolder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/specialfolder.cpp')
-rw-r--r--src/fs/specialfolder.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/specialfolder.cpp b/src/fs/specialfolder.cpp
index 140970a2d..34e37aec6 100644
--- a/src/fs/specialfolder.cpp
+++ b/src/fs/specialfolder.cpp
@@ -1,10 +1,10 @@
/*
- * The ManaPlus Client
+ * The ManaVerse Client
* Copyright (C) 2010 The Mana Developers
* Copyright (C) 2011-2020 The ManaPlus Developers
- * Copyright (C) 2020-2023 The ManaVerse Developers
+ * Copyright (C) 2020-2025 The ManaVerse Developers
*
- * This file is part of The ManaPlus Client.
+ * This file is part of The ManaVerse Client.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef WIN32
+#ifdef _WIN32
#include "fs/specialfolder.h"
#include <windows.h>
@@ -57,4 +57,4 @@ std::string getSpecialFolderLocation(const int folderId)
return ret;
}
-#endif // WIN32
+#endif // _WIN32