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

@@ -243,7 +243,7 @@ RTWindow::RTWindow ()
MyExpander::init();
FileBrowserEntry::init();
#ifndef WIN32
#ifndef _WIN32
const std::vector<Glib::RefPtr<Gdk::Pixbuf>> appIcons = {
RTImage::createPixbufFromFile("rawtherapee-logo-16.png"),
RTImage::createPixbufFromFile("rawtherapee-logo-24.png"),