Merge pull request #6817 from ss23/clang_windows_mingw_64bit_fix

Use `_WIN32` instead of `WIN32` to detect Windows
This commit is contained in:
Beep6581
2023-08-29 00:47:13 +02:00
committed by GitHub
44 changed files with 128 additions and 128 deletions

View File

@@ -129,7 +129,7 @@ LensProfilePanel::LensProfilePanel() :
const Glib::ustring defDir = LCPStore::getInstance()->getDefaultCommonDirectory();
if (!defDir.empty()) {
#ifdef WIN32
#ifdef _WIN32
corrLcpFileChooser->set_show_hidden(true); // ProgramData is hidden on Windows
#endif
corrLcpFileChooser->set_current_folder(defDir);