Merge pull request #6817 from ss23/clang_windows_mingw_64bit_fix
Use `_WIN32` instead of `WIN32` to detect Windows
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user