diff options
Diffstat (limited to 'src/fs/specialfolder.h')
-rw-r--r-- | src/fs/specialfolder.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/specialfolder.h b/src/fs/specialfolder.h index ff91729cb..832750768 100644 --- a/src/fs/specialfolder.h +++ b/src/fs/specialfolder.h @@ -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 @@ -23,12 +23,12 @@ #ifndef UTILS_SPECIALFOLDER_H #define UTILS_SPECIALFOLDER_H -#ifdef WIN32 +#ifdef _WIN32 #include <shlobj.h> #include <string> #include "localconsts.h" std::string getSpecialFolderLocation(const int folderId) A_WARN_UNUSED; -#endif // WIN32 +#endif // _WIN32 #endif // UTILS_SPECIALFOLDER_H |