diff options
Diffstat (limited to 'src/fs/specialfolder.h')
-rw-r--r-- | src/fs/specialfolder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/specialfolder.h b/src/fs/specialfolder.h index 618a2d90d..832750768 100644 --- a/src/fs/specialfolder.h +++ b/src/fs/specialfolder.h @@ -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 |