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